[Fai-commit] r4416 - people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-SOFTUPDATE

lazyboy-guest at alioth.debian.org lazyboy-guest at alioth.debian.org
Sat Jul 7 13:36:01 UTC 2007


Author: lazyboy-guest
Date: 2007-07-07 13:36:01 +0000 (Sat, 07 Jul 2007)
New Revision: 4416

Modified:
   people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-SOFTUPDATE/10-create-config-mountpoint
Log:
minor adjust

Modified: people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-SOFTUPDATE/10-create-config-mountpoint
===================================================================
--- people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-SOFTUPDATE/10-create-config-mountpoint	2007-07-07 13:35:05 UTC (rev 4415)
+++ people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/scripts/RHEL-DEMO-SOFTUPDATE/10-create-config-mountpoint	2007-07-07 13:36:01 UTC (rev 4416)
@@ -1,4 +1,4 @@
 #! /bin/bash
 
 # when using the alienated rpm, this dir is missing
-$ROOTCMD  mkdir /var/lib/fai/config
+[ -d $target/var/lib/fai/config ]  || $ROOTCMD  mkdir -p /var/lib/fai/config




More information about the Fai-commit mailing list