alienfx: do not attempt to install suid executables

+3 -3
+3 -3
pkgs/os-specific/linux/alienfx/default.nix
··· 16 16 17 17 prePatch = '' 18 18 substituteInPlace Makefile --replace /usr/ $out/ 19 - substituteInPlace Makefile --replace "install -o root -g root" "install" 19 + substituteInPlace Makefile --replace "install -o root -g root -m 4755" "install -m 555" 20 20 ''; 21 - 21 + 22 22 patches = [./unistd.patch]; 23 23 buildInputs = [ libusb1 ]; 24 24 makeFlags = "build"; ··· 28 28 ''; 29 29 installTargets = "install"; 30 30 postInstall = ''cp alienfx.1 $out/man/man1''; 31 - 31 + 32 32 meta = { 33 33 description = "Controls AlienFX lighting"; 34 34 homepage = "https://github.com/tibz/alienfx";