Make sure we mkdir on /etc/X11/xinit before we put files in it for bug #178289.
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 29 Aug 2007 17:14:16 +0000 (17:14 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 29 Aug 2007 17:14:16 +0000 (17:14 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1238 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/livecd-stage2/livecd-stage2-controller.sh

index 461ffc696b31770347e7cc24f6832c8a1f30f9b8..6fe9cebe607b6fb9e3b6a1e29fd361b78f4b671e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  29 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/livecd-stage2/livecd-stage2-controller.sh:
+  Make sure we mkdir on /etc/X11/xinit before we put files in it for bug #178289.
+
   22 Aug 2007; Andrew Gaffney <agaffney@gentoo.org>
   modules/generic_stage_target.py, modules/stage1_target.py,
   modules/stage2_target.py:
index 1a4e0b22ca595e7ba4cbdfd41727d6027a8c5168..b1649f57e4a2f9dbcba495422777d901018ad949 100755 (executable)
@@ -87,6 +87,7 @@ case $1 in
                # This is moved here, so we can override any default xinitrc
                if [ -n "${clst_livecd_xinitrc}" ]
                then
+                       mkdir -p ${clst_chroot_path}/etc/X11/xinit
                        cp -f ${clst_livecd_xinitrc} \
                                ${clst_chroot_path}/etc/X11/xinit/xinitrc
                fi