index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jeremy Heiner <scalaprotractor@gmail.com> | 2013-12-20 11:59:46 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-12-21 10:20:04 +1000 |
commit | f7f8964c2315c81939798e870f96083146bbb27c (patch) | |
tree | e45e5f894eb5034e735710b8a9b0e43abad84628 /Makefile.am | |
parent | 50e9543908817940792cd9a590c42aed5230c311 (diff) |
-rw-r--r-- | Makefile.am | 2 |
diff --git a/Makefile.am b/Makefile.am index 4d5adae3..d22c52e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ $(top_srcdir)/build-aux/tap-driver.sh PY_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ $(top_srcdir)/build-aux/tap-driver.sh -PY_LOG_COMPILER = $(top_srcdir)/test/pacman/pactest.py +PY_LOG_COMPILER = $(PYTHON) $(top_srcdir)/test/pacman/pactest.py AM_PY_LOG_FLAGS = \ --scriptlet-shell $(SCRIPTLET_SHELL) \ --ldconfig $(LDCONFIG) \ |