Merge pull request #154836 from rhendric/patch-1

pwsafe: substitute paths in .desktop file

authored by Renaud and committed by GitHub 46821ea0 0ac4b516

+1 -1
+1 -1
pkgs/applications/misc/pwsafe/default.nix
··· 39 done 40 41 # Fix hard coded paths. 42 - for f in $(grep -Rl /usr/share/ src) ; do 43 substituteInPlace $f --replace /usr/share/ $out/share/ 44 done 45
··· 39 done 40 41 # Fix hard coded paths. 42 + for f in $(grep -Rl /usr/share/ src install/desktop) ; do 43 substituteInPlace $f --replace /usr/share/ $out/share/ 44 done 45