[Pkg-xfce-commits] r3496 - scripts/pbuilder

Yves-Alexis Perez corsac at alioth.debian.org
Fri Sep 11 11:04:59 UTC 2009


Author: corsac
Date: 2009-09-11 23:04:59 +0000 (Fri, 11 Sep 2009)
New Revision: 3496

Modified:
   scripts/pbuilder/pdebuild-sources.sh
Log:
use PDEBUILD_PBUILDER variable, which is the default pbuilderrc variable
name

warning, people may need to adjust that in pdebuild.conf


Modified: scripts/pbuilder/pdebuild-sources.sh
===================================================================
--- scripts/pbuilder/pdebuild-sources.sh	2009-09-11 22:59:06 UTC (rev 3495)
+++ scripts/pbuilder/pdebuild-sources.sh	2009-09-11 23:04:59 UTC (rev 3496)
@@ -53,21 +53,21 @@
     "create")
         echo "Creating $(basename ${BASETGZ})"
 
-        [ "$DEBUG" ] || sudo $PBUILDER --create --debug \
+        [ "$DEBUG" ] || sudo $PDEBUILD_PBUILDER --create --debug \
                 --configfile $CONFFILE > $PBUILDERDIR/log/pbuilder-create.log \
                      2> $PBUILDERDIR/log/pbuilder-create-errors.log
         exit 0
         ;;
 	"update")
 		echo "Updating $(basename ${BASETGZ})"
-		[ "$DEBUG" ] || sudo $PBUILDER --update --debug \
+		[ "$DEBUG" ] || sudo $PDEBUILD_PBUILDER --update --debug \
 			--configfile $CONFFILE > $PBUILDERDIR/log/pbuilder-update.log \
 		        	2> $PBUILDERDIR/log/pbuilder-update-errors.log
 		exit 0
 		;;
 	"login")
 		echo "Entering chroot"
-		[ "$DEBUG" ] || sudo $PBUILDER --login --configfile $CONFFILE 
+		[ "$DEBUG" ] || sudo $PDEBUILD_PBUILDER --login --configfile $CONFFILE 
 		exit 0
 		;;
 	*)




More information about the Pkg-xfce-commits mailing list