[arch-commits] Commit in python/trunk (PKGBUILD)
Stéphane Gaudreault
stephane at archlinux.org
Tue Nov 30 04:42:19 UTC 2010
Date: Monday, November 29, 2010 @ 23:42:19
Author: stephane
Revision: 101660
do not hardcode arch
Modified:
python/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-11-30 01:42:35 UTC (rev 101659)
+++ PKGBUILD 2010-11-30 04:42:19 UTC (rev 101660)
@@ -44,11 +44,11 @@
make
# Run the upstream test suite
- LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:build/lib.linux-x86_64-${_pybasever} PYTHON=./python \
+ LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:build/lib.linux-*-${_pybasever} PYTHON=./python \
./runtests.sh -x test_distutils
- for TESTNAME in $(cat BAD); do
- echo "== $TESTNAME =="
- cat OUT/$TESTNAME.out
+ for testname in $(cat BAD); do
+ echo "== ${testname} =="
+ cat OUT/${testname}.out
done
}
More information about the arch-commits
mailing list