From b076a6e81ed69d95cd248aff54432e4589788456 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 30 Jul 2007 12:55:03 -0400 Subject: Need to call mock with setarch when doing pungi stuff. *sigh* --- scripts/pungify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/pungify b/scripts/pungify index 52215a2..dceb0e7 100755 --- a/scripts/pungify +++ b/scripts/pungify @@ -26,7 +26,7 @@ su mock -c "ssh $HOST /bin/bash --" << EOF mock -r fedora-devel-$ARCH-core --uniqueext=$TREE init || exit 1 /usr/sbin/mock-helper yum --installroot /var/lib/mock/fedora-development-$ARCH-core-$TREE/root install pungi nfs-utils setarch || exit 1 cp /etc/resolv.conf /var/lib/mock/fedora-development-$ARCH-core-$TREE/root/tmp - mock -r fedora-devel-$ARCH-core --uniqueext=$TREE shell -- << EEE + setarch $ARCH mock -r fedora-devel-$ARCH-core --uniqueext=$TREE shell -- << EEE set -x cp /tmp/resolv.conf /etc/ mkdir -p /tmp/treebuild.$TREE/{output,cache,development} -- cgit