[Pkg-xfce-commits] r4860 - scripts/pbuilder
Yves-Alexis Perez
corsac at alioth.debian.org
Wed Jan 26 08:41:34 UTC 2011
Author: corsac
Date: 2011-01-26 20:41:31 +0000 (Wed, 26 Jan 2011)
New Revision: 4860
Modified:
scripts/pbuilder/pdebuild-sources.sh
Log:
create $BUILDRESULT and “populate” it
Modified: scripts/pbuilder/pdebuild-sources.sh
===================================================================
--- scripts/pbuilder/pdebuild-sources.sh 2011-01-25 22:30:45 UTC (rev 4859)
+++ scripts/pbuilder/pdebuild-sources.sh 2011-01-26 20:41:31 UTC (rev 4860)
@@ -81,6 +81,8 @@
"create")
echo "Creating $(basename ${BASETGZ})"
+ mkdir -p $BUILDRESULT
+ echo -n "" |gzip > $BUILDRESULT/Packages.gz
[ "$DEBUG" ] || $PBUILDERROOTCMD $PDEBUILD_PBUILDER --create --debug \
--configfile $CONFFILE > $PBUILDERDIR/log/pbuilder-create.log \
2> $PBUILDERDIR/log/pbuilder-create-errors.log
More information about the Pkg-xfce-commits
mailing list