treewide: fixup bcf54ce
fix the executable bit for scripts installed with substituteAll and some remaining shebangs.
This commit is contained in:
@@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
script = substituteAll {
|
||||
src = ./rpmextract.sh;
|
||||
isExecutable = true;
|
||||
inherit rpm cpio;
|
||||
inherit (stdenv) shell;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user