index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/archbuild.in | 2 |
diff --git a/src/archbuild.in b/src/archbuild.in index 8e0602a..284ee13 100644 --- a/src/archbuild.in +++ b/src/archbuild.in @@ -6,7 +6,7 @@ m4_include(lib/common.sh) m4_include(lib/archroot.sh) base_packages=(base base-devel) -makechrootpkg_args=(-c -n) +makechrootpkg_args=(-c) cmd="${0##*/}" if [[ "${cmd%%-*}" == 'multilib' ]]; then |