diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-07 11:42:29 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-07 11:42:29 -0200 | 
| commit | f6f001eb950f94c86e20c518f257cc7bf3c26ae1 (patch) | |
| tree | 9e30ee7de4e4b76f5e8f818f82a670b0e976b8e7 | |
| parent | 660d04ee5e846c521cdac5d7372d41649f292788 (diff) | |
| download | metadot-f6f001eb950f94c86e20c518f257cc7bf3c26ae1.tar.gz metadot-f6f001eb950f94c86e20c518f257cc7bf3c26ae1.tar.bz2  | |
Updating pbuilder configuration
| -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/"  | 
