[Pkg-xfce-commits] r3190 - scripts/pbuilder
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Apr 25 05:01:56 UTC 2009
Author: corsac
Date: 2009-04-25 17:01:56 +0000 (Sat, 25 Apr 2009)
New Revision: 3190
Modified:
scripts/pbuilder/pdebuild-sources.sh
Log:
use base.tgz name from config
Modified: scripts/pbuilder/pdebuild-sources.sh
===================================================================
--- scripts/pbuilder/pdebuild-sources.sh 2009-04-25 16:57:41 UTC (rev 3189)
+++ scripts/pbuilder/pdebuild-sources.sh 2009-04-25 17:01:56 UTC (rev 3190)
@@ -48,7 +48,7 @@
exit 0
;;
"create")
- echo "Creating base-${arch}.tgz"
+ echo "Creating $(basename ${BASETGZ})"
[ "$DEBUG" ] || sudo $PBUILDER create --debug \
--configfile $CONFFILE > $PBUILDERDIR/log/pbuilder-create.log \
@@ -56,7 +56,7 @@
exit 0
;;
"update")
- echo "Updating base-$arch.tgz"
+ echo "Updating $(basename ${BASETGZ})"
[ "$DEBUG" ] || sudo $PBUILDER update --debug \
--configfile $CONFFILE > $PBUILDERDIR/log/pbuilder-update.log \
2> $PBUILDERDIR/log/pbuilder-update-errors.log
More information about the Pkg-xfce-commits
mailing list