index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-10-30 00:20:18 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-10-30 00:20:18 -0500 |
commit | ac79135b94b1cd2c3fc4818bdfbe8ec63a6166b6 (patch) | |
tree | 4aa7171cc22a17c5e6fc91412f17589da8fd8d52 /Makefile.am | |
parent | 6aeda5fbff1969befa322ef7b79664f13dea1d18 (diff) |
-rw-r--r-- | Makefile.am | 2 |
diff --git a/Makefile.am b/Makefile.am index 87bbee6a..e07321b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ EXTRA_DIST = HACKING # run the pactest test suite check-local: src/pacman - python $(top_srcdir)/pactest/pactest.py --debug=1 \ + $(PYTHON) $(top_srcdir)/pactest/pactest.py --debug=1 \ --test $(top_srcdir)/pactest/tests/*.py \ -p $(top_builddir)/src/pacman/pacman rm -rf $(top_builddir)/root |