tint2: update substituteInPlace command

This commit is contained in:
Stefan Frijters 2024-05-28 16:02:03 +02:00
parent 63498fb824
commit 739f4db750
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
for f in ./src/launcher/apps-common.c \
./src/launcher/icon-theme-common.c
do
substituteInPlace $f --replace /usr/share/ /run/current-system/sw/share/
substituteInPlace $f --replace-fail /usr/share/ /run/current-system/sw/share/
done
'';