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
commit 46821ea01c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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