[Fai-commit] r6268 - trunk
Michael Tautschnig
mt at alioth.debian.org
Wed Jan 19 08:19:30 UTC 2011
Author: mt
Date: 2011-01-19 08:19:29 +0000 (Wed, 19 Jan 2011)
New Revision: 6268
Modified:
trunk/Makefile
Log:
Makefile: Make sure that all example scripts are executable
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2011-01-18 22:14:37 UTC (rev 6267)
+++ trunk/Makefile 2011-01-19 08:19:29 UTC (rev 6268)
@@ -90,6 +90,7 @@
cp -a pixmaps/small/*.gif $(DESTDIR)/usr/share/fai/pixmaps/small
perl -pi -e 's/FAIVERSIONSTRING/$(VERSIONSTRING)/' $(DESTDIR)/usr/sbin/fai
cp -a examples $(DOCDIR)
+ chmod -R a+x $(DOCDIR)/examples/simple/scripts/
cp -a utils $(DOCDIR)/examples
find $(DOCDIR) -name .svn | xargs rm -rf
More information about the Fai-commit
mailing list