[Fai-commit] r2932 - trunk

fai-repository at svn.debian.org fai-repository at svn.debian.org
Sat Oct 8 20:28:00 UTC 2005


Author: lange
Date: 2005-10-08 20:28:00 +0000 (Sat, 08 Oct 2005)
New Revision: 2932

Modified:
   trunk/Makefile
Log:
change order of some commands


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2005-10-08 20:26:45 UTC (rev 2931)
+++ trunk/Makefile	2005-10-08 20:28:00 UTC (rev 2932)
@@ -43,12 +43,13 @@
 	install -m644 conf/menu.lst conf/sources.list $(DESTDIR)/etc/fai/
 	install -m644 conf/fai.conf conf/sources.list $(DESTDIR)/etc/fai/
 	install -m600 conf/make-fai-nfsroot.conf $(DESTDIR)/etc/fai/
+	perl -pi -e 's/_KERNELVERSION_/$(KERNELVERSION)/' $(KVERSION_FILES)
+	perl -pi -e 's/FAIVERSIONSTRING/$(VERSIONSTRING)/' $(DESTDIR)/usr/sbin/fai
 	cp -a examples $(DOCDIR)
 	cp -a utils $(DOCDIR)/examples
 	cp -a templates/* $(DOCDIR)/examples/advanced
 	cd $(DOCDIR)/examples/advanced/scripts ; mv DEFAULT1 DEFAULT
 	cd $(DOCDIR)/examples/simple/scripts ; mv LAST1 LAST
-	perl -pi -e 's/_KERNELVERSION_/$(KERNELVERSION)/' $(KVERSION_FILES)
-	perl -pi -e 's/FAIVERSIONSTRING/$(VERSIONSTRING)/' $(DESTDIR)/usr/sbin/fai
 
+
 .PHONY: clean veryclean




More information about the Fai-commit mailing list