alienfx: do not attempt to install suid executables

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