]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - builder.sh
- fix log4j name
[packages/rpm-build-tools.git] / builder.sh
index 40265b54dcf92684ee6e79cb8910c3ceefcb00f9..c9dd23dfc1a1e762ace26fd7c70cc88adfaa2528 100644 (file)
@@ -26,7 +26,7 @@
 RCSID='$Id$'
 r=${RCSID#* * }
 rev=${r%% *}
-VERSION="v0.19/$rev"
+VERSION="v0.20/$rev"
 VERSIONSTRING="\
 Build package utility from PLD Linux CVS repository
 $VERSION (C) 1999-2007 Free Penguins".
@@ -1923,7 +1923,7 @@ while [ $# -gt 0 ]; do
                -c | --clean )
                        CLEAN="--clean --rmspec --rmsource"; shift ;;
                -cf | --cvs-force )
-                       CVS_FORCE="-F"; shift;;
+                       CVS_FORCE="-F -B"; shift;;
                -d | --cvsroot )
                        shift; CVSROOT="${1}"; shift ;;
                -g | --get )
This page took 0.028312 seconds and 4 git commands to generate.