linux-wifi-hotspot: Fix desktop file path

This commit is contained in:
Jonas Heinrich 2023-04-26 21:20:06 +02:00
parent e506555f21
commit 1b3c684808

View file

@ -55,6 +55,8 @@ stdenv.mkDerivation rec {
--replace "etc" "$out/etc"
substituteInPlace ./src/scripts/wihotspot \
--replace "/usr" "$out"
substituteInPlace ./src/desktop/wifihotspot.desktop \
--replace "/usr" "$out"
'';
makeFlags = [