summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorrjones <rjones>2009-03-19 16:57:35 +0000
committerrjones <rjones>2009-03-19 16:57:35 +0000
commit4cf4be3e7699a98ddd4233fafa1a74c5f52fe1e2 (patch)
treeb8e7fa048754a5737e211c691e42944a895b7589 /Makefile.am
parent9e86010ce13b72921b4887b235d209adc6d263b7 (diff)
downloadfebootstrap-4cf4be3e7699a98ddd4233fafa1a74c5f52fe1e2.tar.gz
febootstrap-4cf4be3e7699a98ddd4233fafa1a74c5f52fe1e2.tar.xz
febootstrap-4cf4be3e7699a98ddd4233fafa1a74c5f52fe1e2.zip
First version of the script, working.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 24328b3..38a4e1d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ bin_SCRIPTS = febootstrap
febootstrap: febootstrap.sh
rm -f $@
cp $< $@-t
- chmod 0755 $@-t
+ chmod 0555 $@-t
mv $@-t $@
man_MANS = febootstrap.8