[Pkg-uml-commit] r132 - trunk/src/rootstrap/modules

Mattia Dongili malattia at costa.debian.org
Sat Jun 24 18:12:43 UTC 2006


Author: malattia
Date: 2006-06-24 18:12:42 +0000 (Sat, 24 Jun 2006)
New Revision: 132

Modified:
   trunk/src/rootstrap/modules/base-config
Log:
damn, use the correct boolean...

Modified: trunk/src/rootstrap/modules/base-config
===================================================================
--- trunk/src/rootstrap/modules/base-config	2006-06-24 18:01:00 UTC (rev 131)
+++ trunk/src/rootstrap/modules/base-config	2006-06-24 18:12:42 UTC (rev 132)
@@ -27,7 +27,7 @@
 
 # abort if no base-config is found, which happens to
 # be te case for older-than-sarge debian
-if [ -x "$TARGET/usr/sbin/base-config" ] ; then
+if [ ! -x "$TARGET/usr/sbin/base-config" ] ; then
 	echo "base-config not found"
 	exit 0
 fi




More information about the Pkg-uml-commit mailing list