index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <d@falconindy.com> | 2011-12-04 12:09:16 -0500 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-12-04 18:13:13 +0100 |
commit | 0e32334ccaf345430d5c2465cf8f9dc572e704f8 (patch) | |
tree | 8f508a85ef9df28f333810958aefe283dad992c4 /archbuild.in | |
parent | 58d0ccc4f85c428e90f416a80359f6c0a3f91e47 (diff) |
-rw-r--r-- | archbuild.in | 2 |
diff --git a/archbuild.in b/archbuild.in index 502654c..4e16d1f 100644 --- a/archbuild.in +++ b/archbuild.in @@ -83,4 +83,4 @@ else fi msg "Building in chroot for [${repo}] (${arch})..." -setarch "${arch}" makechrootpkg -c -n -r "${chroots}/${repo}-${arch}" +exec setarch "${arch}" makechrootpkg -c -n -r "${chroots}/${repo}-${arch}" |