about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2011-10-10T22·40+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-10-10T22·40+0000
commit5090c34ee1251dd8f0a57332feff0c99489f7faa (patch)
tree6996c28baaf57574735631a505d27f96b8ee5280
parent8af7d766f0244d5b15d89ab2d2d66b0d63e8f576 (diff)
* Set the executable bit on scripts.
-rw-r--r--scripts/Makefile.am3
-rwxr-xr-x[-rw-r--r--]scripts/copy-from-other-stores.pl.in0
-rwxr-xr-x[-rw-r--r--]scripts/download-using-manifests.pl.in0
-rwxr-xr-x[-rw-r--r--]scripts/find-runtime-roots.pl.in0
-rwxr-xr-x[-rw-r--r--]scripts/nix-build.in0
-rwxr-xr-x[-rw-r--r--]scripts/nix-channel.in0
-rwxr-xr-x[-rw-r--r--]scripts/nix-collect-garbage.in0
-rwxr-xr-x[-rw-r--r--]scripts/nix-copy-closure.in0
-rwxr-xr-x[-rw-r--r--]scripts/nix-generate-patches.in0
-rwxr-xr-x[-rw-r--r--]scripts/nix-install-package.in0
-rwxr-xr-x[-rw-r--r--]scripts/nix-prefetch-url.in0
-rwxr-xr-x[-rw-r--r--]scripts/nix-pull.in0
-rwxr-xr-x[-rw-r--r--]scripts/nix-push.in0
-rwxr-xr-x[-rw-r--r--]scripts/nix-reduce-build.in0
14 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 42ed0158e9a9..5f80d351ac61 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -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)
diff --git a/scripts/copy-from-other-stores.pl.in b/scripts/copy-from-other-stores.pl.in
index 10130c0893ea..10130c0893ea 100644..100755
--- a/scripts/copy-from-other-stores.pl.in
+++ b/scripts/copy-from-other-stores.pl.in
diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in
index a827a995f919..a827a995f919 100644..100755
--- a/scripts/download-using-manifests.pl.in
+++ b/scripts/download-using-manifests.pl.in
diff --git a/scripts/find-runtime-roots.pl.in b/scripts/find-runtime-roots.pl.in
index 64c17419ff7b..64c17419ff7b 100644..100755
--- a/scripts/find-runtime-roots.pl.in
+++ b/scripts/find-runtime-roots.pl.in
diff --git a/scripts/nix-build.in b/scripts/nix-build.in
index d9d1da73b12f..d9d1da73b12f 100644..100755
--- a/scripts/nix-build.in
+++ b/scripts/nix-build.in
diff --git a/scripts/nix-channel.in b/scripts/nix-channel.in
index 3688063cba4e..3688063cba4e 100644..100755
--- a/scripts/nix-channel.in
+++ b/scripts/nix-channel.in
diff --git a/scripts/nix-collect-garbage.in b/scripts/nix-collect-garbage.in
index f445c1c71256..f445c1c71256 100644..100755
--- a/scripts/nix-collect-garbage.in
+++ b/scripts/nix-collect-garbage.in
diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in
index c037f003f0d0..c037f003f0d0 100644..100755
--- a/scripts/nix-copy-closure.in
+++ b/scripts/nix-copy-closure.in
diff --git a/scripts/nix-generate-patches.in b/scripts/nix-generate-patches.in
index 4cb843382b52..4cb843382b52 100644..100755
--- a/scripts/nix-generate-patches.in
+++ b/scripts/nix-generate-patches.in
diff --git a/scripts/nix-install-package.in b/scripts/nix-install-package.in
index 178b14c7468f..178b14c7468f 100644..100755
--- a/scripts/nix-install-package.in
+++ b/scripts/nix-install-package.in
diff --git a/scripts/nix-prefetch-url.in b/scripts/nix-prefetch-url.in
index 45bad75f3e9f..45bad75f3e9f 100644..100755
--- a/scripts/nix-prefetch-url.in
+++ b/scripts/nix-prefetch-url.in
diff --git a/scripts/nix-pull.in b/scripts/nix-pull.in
index 8fb256179c02..8fb256179c02 100644..100755
--- a/scripts/nix-pull.in
+++ b/scripts/nix-pull.in
diff --git a/scripts/nix-push.in b/scripts/nix-push.in
index dcdad5721265..dcdad5721265 100644..100755
--- a/scripts/nix-push.in
+++ b/scripts/nix-push.in
diff --git a/scripts/nix-reduce-build.in b/scripts/nix-reduce-build.in
index 0c33275d5eb0..0c33275d5eb0 100644..100755
--- a/scripts/nix-reduce-build.in
+++ b/scripts/nix-reduce-build.in