diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/.pbuilderrc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/home/.pbuilderrc b/home/.pbuilderrc index eb92cc7..cf3b343 100644 --- a/home/.pbuilderrc +++ b/home/.pbuilderrc @@ -12,11 +12,11 @@ APTCACHEHARDLINK="no" USE_DEBUILD_INTERNAL="yes" PRESERVE_BUILDPLACE="yes" -if [ "x$ARCH" = "xi386" ]; then - DEBBUILDOPTS="-B" -fi - if [ -n "${DIST}" ] && [ -n "${CODENAME}" ] && [ -n "${ARCH}" ]; then + if [ "x$ARCH" = "xi386" ]; then + DEBBUILDOPTS="-B" + fi + if [ "x${DIST}" = "xubuntu" ]; then MIRRORSITE="http://de.archive.ubuntu.com/ubuntu" else @@ -27,6 +27,7 @@ if [ -n "${DIST}" ] && [ -n "${CODENAME}" ] && [ -n "${ARCH}" ]; then DISTRIBUTION="$CODENAME" BUILDRESULT="$BASEDIRECTORY/$DIST-$CODENAME-$ARCH/result/" APTCACHE="$BASEDIRECTORY/$DIST-$CODENAME-$ARCH/aptcache/" + ARCHITECTURE="$ARCH" fi export OTHERMIRROR |