From 4cf4be3e7699a98ddd4233fafa1a74c5f52fe1e2 Mon Sep 17 00:00:00 2001 From: rjones Date: Thu, 19 Mar 2009 16:57:35 +0000 Subject: First version of the script, working. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit