1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

* Set the executable bit on scripts.

This commit is contained in:
Eelco Dolstra 2011-10-10 22:40:17 +00:00
parent 8af7d766f0
commit 5090c34ee1
14 changed files with 3 additions and 0 deletions

View file

@ -37,3 +37,6 @@ EXTRA_DIST = nix-collect-garbage.in \
nix-reduce-build.in \
nix-http-export.cgi.in \
nix-generate-patches.in
clean:
rm -f $(bin_SCRIPTS) $(noinst_SCRIPTS)