[SCM] debian-live branch, master, updated. 1.136.3-1-41-g57c11f5

Chris Lamb chris at chris-lamb.co.uk
Thu Aug 14 00:47:12 UTC 2008


The following commit has been merged in the master branch:
commit 20a843e4dcac9de690b3da64ec2f3f669e730dc1
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Thu Aug 14 00:59:29 2008 +0100

    Fix check for X.org.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/scripts/live-bottom/20xconfig b/scripts/live-bottom/20xconfig
index 955032f..153732a 100755
--- a/scripts/live-bottom/20xconfig
+++ b/scripts/live-bottom/20xconfig
@@ -41,7 +41,7 @@ then
 	exit 0
 fi
 
-if [ -x /root/usr/bin/X ]
+if [ ! -x /root/usr/bin/X ]
 then
 	exit 0
 fi

-- 
debian-live



More information about the debian-live-changes mailing list