ppcrcd/trunk/Makefile

sparky cvs at pld-linux.org
Wed Mar 1 00:04:09 CET 2006


Author: sparky
Date: Wed Mar  1 00:04:06 2006
New Revision: 7056

Modified:
   ppcrcd/trunk/Makefile
Log:
- create all base root directories, so instaling a package won't update basedir timestamp


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Wed Mar  1 00:04:06 2006
@@ -198,7 +198,7 @@
 	sleep 1 && touch $@
 	
 $(root_inst):
-	mkdir $@
+	mkdir -p $@/{bin,boot,dev,etc,home,initrd,lib,media,mnt,opt,proc,root,sbin,selinux,srv,sys,tmp,usr,var}
 	$(SU) rpm --root=$(PWD)/$@ --initdb
 	sleep 1 && touch $@
 


More information about the pld-cvs-commit mailing list