diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-01 18:36:30 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-01 18:36:30 -0200 |
commit | dfbaaaa6c7b154d21d2abb2966360ec2bf28c12b (patch) | |
tree | bf54ae9f467ec94211422783993bc34cda3e355c /modules | |
parent | a2aef292aab8807edf6bcb77adfaa6cba048ebb0 (diff) | |
download | dotfiles-dfbaaaa6c7b154d21d2abb2966360ec2bf28c12b.tar.gz dotfiles-dfbaaaa6c7b154d21d2abb2966360ec2bf28c12b.tar.bz2 |
Updating pbuilderrc (2)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/debian/pbuilderrc.dot.link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/debian/pbuilderrc.dot.link b/modules/debian/pbuilderrc.dot.link index 7881bba..04a2d5d 100644 --- a/modules/debian/pbuilderrc.dot.link +++ b/modules/debian/pbuilderrc.dot.link @@ -54,7 +54,7 @@ if [ -n "${ARCH}" ]; then NAME="$NAME-$ARCH" DEBOOTSTRAPOPTS=("--arch" "$ARCH" "${DEBOOTSTRAPOPTS[@]}") fi -#BASETGZ="/var/cache/pbuilder/$NAME-base.tgz" +BASETGZ="/var/cache/pbuilder/$NAME-base.tgz" # Optionally, set BASEPATH (and not BASETGZ) if using cowbuilder BASEPATH="/var/cache/pbuilder/$NAME/base.cow/" DISTRIBUTION="$DIST" |