Merge pull request #154836 from rhendric/patch-1

pwsafe: substitute paths in .desktop file
This commit is contained in:
Renaud
2022-01-13 11:30:18 +01:00
committed by GitHub
+1 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
done
# Fix hard coded paths.
for f in $(grep -Rl /usr/share/ src) ; do
for f in $(grep -Rl /usr/share/ src install/desktop) ; do
substituteInPlace $f --replace /usr/share/ $out/share/
done