diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-11-16 13:43:13 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-11-16 13:43:13 +0100 |
commit | 0adf83fadf4570e423485531fe863f79a79a5190 (patch) | |
tree | 315816c61db980e7249da8b8ed735dfd1e195f71 /archbuild | |
parent | ecc3fcf86dca5a1415e8445c7e9946fe22fe3dd6 (diff) | |
download | devtools32-0adf83fadf4570e423485531fe863f79a79a5190.tar.xz |
Don't try to guess users architecture
Diffstat (limited to 'archbuild')
-rwxr-xr-x | archbuild | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -33,11 +33,6 @@ while getopts 'cr:' arg; do esac done -if [ "$(uname -m)" == 'i686' -a "${arch}" != 'i686' ]; then - echo 'You can only build i686 packages on this system' - exit 1 -fi - if ${clean_first} || [ ! -d "${chroots}/${repo}-${arch}" ]; then echo "Creating chroot for [${repo}] (${arch})..." sudo rm -rf ${chroots}/${repo}-${arch} |