diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/debian/pbuilderrc.dot.link | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/debian/pbuilderrc.dot.link b/modules/debian/pbuilderrc.dot.link index 04a2d5d..273c1ff 100644 --- a/modules/debian/pbuilderrc.dot.link +++ b/modules/debian/pbuilderrc.dot.link @@ -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/" |