]> gitweb.fluxo.info Git - metadot.git/commitdiff
Updating pbuilder configuration
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Nov 2013 13:42:29 +0000 (11:42 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Nov 2013 13:42:29 +0000 (11:42 -0200)
modules/debian/pbuilderrc.dot.link

index 04a2d5d210d25dbdbe171953f5bf2a8f01c51d7c..273c1ff78d95fe2f377b9454caf8bb486d849b79 100644 (file)
@@ -54,9 +54,9 @@ if [ -n "${ARCH}" ]; then
     NAME="$NAME-$ARCH"
     DEBOOTSTRAPOPTS=("--arch" "$ARCH" "${DEBOOTSTRAPOPTS[@]}")
 fi
-BASETGZ="/var/cache/pbuilder/$NAME-base.tgz"
+BASETGZ="/var/cache/pbuilder/base-$NAME.tgz"
 # Optionally, set BASEPATH (and not BASETGZ) if using cowbuilder
-BASEPATH="/var/cache/pbuilder/$NAME/base.cow/"
+BASEPATH="/var/cache/pbuilder/base-$NAME.cow/"
 DISTRIBUTION="$DIST"
 BUILDRESULT="/var/cache/pbuilder/$NAME/result/"
 APTCACHE="/var/cache/pbuilder/$NAME/aptcache/"