diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-01-18 16:56:41 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-01-18 16:56:41 +0100 |
commit | c2d9a0e7b145c603659df63e775ecf4a56b62c8e (patch) | |
tree | 9270502e4cccc489bf9397d9866a8b1704f56d9e | |
parent | ee4edefa2f12372adb4793c0dd6420fc76911ae4 (diff) | |
download | devtools32-c2d9a0e7b145c603659df63e775ecf4a56b62c8e.tar.xz |
Set correct pacman.conf20120119
Commit ee4edefa2f12372adb4793c0dd6420fc76911ae4 reverted too much and left pacman.conf unset
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | archbuild.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -V=20120118 +V=20120119 PREFIX = /usr/local diff --git a/archbuild.in b/archbuild.in index 122f1e0..bd3f5e0 100644 --- a/archbuild.in +++ b/archbuild.in @@ -55,7 +55,7 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then rm -rf "${chroots}/${repo}-${arch}" mkdir -p "${chroots}/${repo}-${arch}" setarch "${arch}" mkarchroot \ - -C "${pacman_conf}" \ + -C "@pkgdatadir@/pacman-${repo}.conf" \ -M "@pkgdatadir@/makepkg-${arch}.conf" \ "${chroots}/${repo}-${arch}/root" \ "${base_packages[@]}" |