From 5090c34ee1251dd8f0a57332feff0c99489f7faa Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 10 Oct 2011 22:40:17 +0000 Subject: [PATCH] * Set the executable bit on scripts. --- scripts/Makefile.am | 3 +++ scripts/copy-from-other-stores.pl.in | 0 scripts/download-using-manifests.pl.in | 0 scripts/find-runtime-roots.pl.in | 0 scripts/nix-build.in | 0 scripts/nix-channel.in | 0 scripts/nix-collect-garbage.in | 0 scripts/nix-copy-closure.in | 0 scripts/nix-generate-patches.in | 0 scripts/nix-install-package.in | 0 scripts/nix-prefetch-url.in | 0 scripts/nix-pull.in | 0 scripts/nix-push.in | 0 scripts/nix-reduce-build.in | 0 14 files changed, 3 insertions(+) mode change 100644 => 100755 scripts/copy-from-other-stores.pl.in mode change 100644 => 100755 scripts/download-using-manifests.pl.in mode change 100644 => 100755 scripts/find-runtime-roots.pl.in mode change 100644 => 100755 scripts/nix-build.in mode change 100644 => 100755 scripts/nix-channel.in mode change 100644 => 100755 scripts/nix-collect-garbage.in mode change 100644 => 100755 scripts/nix-copy-closure.in mode change 100644 => 100755 scripts/nix-generate-patches.in mode change 100644 => 100755 scripts/nix-install-package.in mode change 100644 => 100755 scripts/nix-prefetch-url.in mode change 100644 => 100755 scripts/nix-pull.in mode change 100644 => 100755 scripts/nix-push.in mode change 100644 => 100755 scripts/nix-reduce-build.in diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 42ed0158e9..5f80d351ac 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 old mode 100644 new mode 100755 diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in old mode 100644 new mode 100755 diff --git a/scripts/find-runtime-roots.pl.in b/scripts/find-runtime-roots.pl.in old mode 100644 new mode 100755 diff --git a/scripts/nix-build.in b/scripts/nix-build.in old mode 100644 new mode 100755 diff --git a/scripts/nix-channel.in b/scripts/nix-channel.in old mode 100644 new mode 100755 diff --git a/scripts/nix-collect-garbage.in b/scripts/nix-collect-garbage.in old mode 100644 new mode 100755 diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in old mode 100644 new mode 100755 diff --git a/scripts/nix-generate-patches.in b/scripts/nix-generate-patches.in old mode 100644 new mode 100755 diff --git a/scripts/nix-install-package.in b/scripts/nix-install-package.in old mode 100644 new mode 100755 diff --git a/scripts/nix-prefetch-url.in b/scripts/nix-prefetch-url.in old mode 100644 new mode 100755 diff --git a/scripts/nix-pull.in b/scripts/nix-pull.in old mode 100644 new mode 100755 diff --git a/scripts/nix-push.in b/scripts/nix-push.in old mode 100644 new mode 100755 diff --git a/scripts/nix-reduce-build.in b/scripts/nix-reduce-build.in old mode 100644 new mode 100755