dropbox: cosmetic changes
This commit is contained in:
parent
1d1127727c
commit
c08d6e1131
@ -65,7 +65,7 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
ensureDir "$out/${appdir}"
|
ensureDir "$out/${appdir}"
|
||||||
cp -r .dropbox-dist/* "$out/${appdir}/"
|
cp -r ".dropbox-dist/"* "$out/${appdir}/"
|
||||||
ensureDir "$out/bin"
|
ensureDir "$out/bin"
|
||||||
ln -s "$out/${appdir}/dropbox" "$out/bin/dropbox"
|
ln -s "$out/${appdir}/dropbox" "$out/bin/dropbox"
|
||||||
|
|
||||||
@ -78,13 +78,13 @@ in stdenv.mkDerivation {
|
|||||||
-print -exec patchelf --force-rpath --set-rpath "$RPATH" {} \;
|
-print -exec patchelf --force-rpath --set-rpath "$RPATH" {} \;
|
||||||
|
|
||||||
ensureDir "$out/share/applications"
|
ensureDir "$out/share/applications"
|
||||||
cp ${desktopItem}/share/applications/* $out/share/applications
|
cp "${desktopItem}/share/applications/"* $out/share/applications
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ patchelf ];
|
buildInputs = [ patchelf ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "http://www.dropbox.com";
|
||||||
description = "Online stored folders (daemon version)";
|
description = "Online stored folders (daemon version)";
|
||||||
homepage = http://www.dropbox.com;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user