Commit 8436c5fa authored by Jonas Heinrich's avatar Jonas Heinrich
Browse files

linux-wifi-hotspot: Fix file paths in polkit rule

parent 1b3c6848
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -57,6 +57,8 @@ stdenv.mkDerivation rec {
      --replace "/usr" "$out"
    substituteInPlace ./src/desktop/wifihotspot.desktop \
      --replace "/usr" "$out"
    substituteInPlace ./src/scripts/policies/polkit.policy \
      --replace "/usr" "$out"
  '';

  makeFlags = [