[Debian-live-changes] r1033 - dists/trunk/live-helper/helpers

Daniel Baumann daniel at alioth.debian.org
Wed Apr 11 22:34:44 UTC 2007


Author: daniel
Date: 2007-04-11 22:34:44 +0000 (Wed, 11 Apr 2007)
New Revision: 1033

Modified:
   dists/trunk/live-helper/helpers/lh_config
Log:


Modified: dists/trunk/live-helper/helpers/lh_config
===================================================================
--- dists/trunk/live-helper/helpers/lh_config	2007-04-11 22:27:45 UTC (rev 1032)
+++ dists/trunk/live-helper/helpers/lh_config	2007-04-11 22:34:44 UTC (rev 1033)
@@ -44,6 +44,13 @@
 	then
 		mkdir "${LH_CONFIG}"
 		cp -r /usr/share/live-helper/configs/"${LH_CONFIG}" "${LH_CONFIG}"/config
+
+		mkdir -p "${LH_CONFIG}"/config/chroot_localhooks
+		mkdir -p "${LH_CONFIG}"/config/chroot_localincludes
+		mkdir -p "${LH_CONFIG}"/config/chroot_localpackages
+		mkdir -p "${LH_CONFIG}"/config/chroot_localpackageslists
+		mkdir -p "${LH_CONFIG}"/config/chroot_sources
+		mkdir -p "${LH_CONFIG}"/config/binary_localincludes
 	else
 		Echo_error "Couldn't find config ${LH_CONFIG} in /usr/share/live-helper/configs/."
 	fi




More information about the Debian-live-changes mailing list