SVN: toys/tools/cleanbuild/cleanbuild

sparky sparky at pld-linux.org
Mon Apr 26 21:51:28 CEST 2010


Author: sparky
Date: Mon Apr 26 21:51:27 2010
New Revision: 11349

Modified:
   toys/tools/cleanbuild/cleanbuild
Log:
- inverted REBUILDDB condition (not it is called NOREBUILDDB)


Modified: toys/tools/cleanbuild/cleanbuild
==============================================================================
--- toys/tools/cleanbuild/cleanbuild	(original)
+++ toys/tools/cleanbuild/cleanbuild	Mon Apr 26 21:51:27 2010
@@ -12,7 +12,7 @@
 NODEBUG=true
 CLEANAFTER=false
 FORCE_UMOUNT=false
-REBUILDDB=false
+NOREBUILDDB=true
 # Whatever you set here as value, consider that it may not be shorter than
 # /usr/lib/debug (or /usr/src/debug) for debuginfo to work.
 # You get "Only dest dir longer than base dir not supported" error otherwise.
@@ -225,7 +225,7 @@
 
 rebuilddb()
 {
-	$REBUILDDB && rpm --root=$CHDIR --rebuilddb
+	$NOREBUILDDB || rpm --root=$CHDIR --rebuilddb
 }
 
 poldek()


More information about the pld-cvs-commit mailing list