[Lunar-commits] r14566 - lunar-iso/branches/lunar-iso-2.6/scripts
Jaime Buffery
nestu at lunar-linux.org
Sun May 1 21:12:50 UTC 2005
Author: nestu
Date: 2005-05-01 21:12:49 +0000 (Sun, 01 May 2005)
New Revision: 14566
Modified:
lunar-iso/branches/lunar-iso-2.6/scripts/dirs
Log:
Don't forget to add sys/ dir for 2.6 !
Modified: lunar-iso/branches/lunar-iso-2.6/scripts/dirs
===================================================================
--- lunar-iso/branches/lunar-iso-2.6/scripts/dirs 2005-05-01 19:57:47 UTC (rev 14565)
+++ lunar-iso/branches/lunar-iso-2.6/scripts/dirs 2005-05-01 21:12:49 UTC (rev 14566)
@@ -25,6 +25,10 @@
chmod 0700 root
chmod 1777 tmp var/tmp
+
+ if [ "${ISO_KSUFFIX}" = "2.6" ]; then
+ mkdir -p sys/
+ fi
)
touch $ISO_TARGET/.dirs
More information about the Lunar-commits
mailing list