dropbox-cli: make dropbox start work

This commit is contained in:
Herwig Hochleitner 2015-03-22 18:09:41 +01:00
parent 935938f262
commit 75c4f136ca

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation {
--replace '@DESKTOP_FILE_DIR@' "$out/share/applications" \
--replace '@IMAGEDATA16@' '"too-lazy-to-fix"' \
--replace '@IMAGEDATA64@' '"too-lazy-to-fix"'
sed -i 's:db_path = .*:db_path = "${dropboxd}":' $out/bin/dropbox
chmod +x "$out/bin/"*
patchShebangs "$out/bin"
'';