[Pkg-xfce-commits] r3492 - scripts/pbuilder
Yves-Alexis Perez
corsac at alioth.debian.org
Fri Sep 11 09:50:11 UTC 2009
Author: corsac
Date: 2009-09-11 21:50:11 +0000 (Fri, 11 Sep 2009)
New Revision: 3492
Modified:
scripts/pbuilder/pdebuild-sources.sh
Log:
use correct pbuilder syntax
Modified: scripts/pbuilder/pdebuild-sources.sh
===================================================================
--- scripts/pbuilder/pdebuild-sources.sh 2009-09-08 20:31:49 UTC (rev 3491)
+++ scripts/pbuilder/pdebuild-sources.sh 2009-09-11 21:50:11 UTC (rev 3492)
@@ -53,21 +53,21 @@
"create")
echo "Creating $(basename ${BASETGZ})"
- [ "$DEBUG" ] || sudo $PBUILDER create --debug \
+ [ "$DEBUG" ] || sudo $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 $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 $PBUILDER --login --configfile $CONFFILE
exit 0
;;
*)
More information about the Pkg-xfce-commits
mailing list