Commit c2d9a0e7 authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

Set correct pacman.conf

Commit ee4edefa reverted too much and left pacman.conf unset
parent ee4edefa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
V=20120118
V=20120119

PREFIX = /usr/local

+1 −1
Original line number Diff line number Diff line
@@ -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[@]}"