Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
11 lines
370 B
Diff
11 lines
370 B
Diff
--- a/caja-dropbox.in
|
|
+++ b/caja-dropbox.in
|
|
@@ -70,7 +70,7 @@ DOWNLOADING = "Downloading Dropbox... %d%%"
|
|
UNPACKING = "Unpacking Dropbox... %d%%"
|
|
|
|
PARENT_DIR = os.path.expanduser("~")
|
|
-DROPBOXD_PATH = "%s/.dropbox-dist/dropboxd" % PARENT_DIR
|
|
+DROPBOXD_PATH = "@dropboxd@"
|
|
DESKTOP_FILE = "@DESKTOP_FILE_DIR@/caja-dropbox.desktop"
|
|
|
|
enc = locale.getpreferredencoding()
|