index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2019-12-28 18:59:42 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2020-02-10 23:02:16 +0100 |
commit | 4c206ab549b7944801f11387cbc57807e8e24338 (patch) | |
tree | 7eb1cac63259ac768b7c6770cb0aff73f2ce8c24 /makerepropkg.in | |
parent | 4c08847bfa7776abb884fef289a25c1cef9883fb (diff) |
-rwxr-xr-x | makerepropkg.in | 3 |
diff --git a/makerepropkg.in b/makerepropkg.in index 121456c..26534b6 100755 --- a/makerepropkg.in +++ b/makerepropkg.in @@ -153,8 +153,7 @@ for fname in "${installed[@]}"; do exit 1 fi done -printf '%s\n' "${allpkgfiles[@]}" | mkarchroot -U "${archroot_args[@]}" "${buildroot}"/root - || exit 1 - +printf '%s\n' "${allpkgfiles[@]}" | mkarchroot -M @pkgdatadir@/makepkg-x86_64.conf -U "${archroot_args[@]}" "${buildroot}"/root - || exit 1 # use makechrootpkg to prep the build directory makechrootpkg -r "${buildroot}" -l "${chroot}" -- --packagelist || exit 1 |