Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=0e70c76adb46029338b92e88f456887e09934bd6

commit 0e70c76adb46029338b92e88f456887e09934bd6
Author: Michel Hermier <[email protected]>
Date:   Mon Dec 10 08:43:33 2012 +0100

scripts/makepkg

* Export modified CHROOT_BIND_PATH in makepkg_chroot so we will be able
to use this info inside the chroot (ilike in chroot_size)

diff --git a/scripts/makepkg b/scripts/makepkg
index 2e7f25e..997318b 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -2234,6 +2234,7 @@ makepkg_chroot() {
chroot_args+=("--userspec=$_option_userspec")
fi
# 'INCHROOT=1' \
+                       CHROOT_BIND_PATH="$(IFS=':'; echo "${_option_binds[*]}" 
)" \
chroot "${chroot_args[@]}" "$CHROOT_DIR" "$@"
ret=$?
else
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to