index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-10-06 03:01:40 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-10-13 12:54:29 +1000 |
commit | 42c859e4cc38f91a1236cd93eae9e9f9a1bc1e62 (patch) | |
tree | 23ddd2d78b3fbe4ce2cfed46e7c47f6c9acb91ec /Makefile.am | |
parent | 01beca5df717252c7c9aa59bc705dc10a25ebdc8 (diff) |
-rw-r--r-- | Makefile.am | 3 |
diff --git a/Makefile.am b/Makefile.am index 4c6f6565..44a23414 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,8 @@ PY_LOG_COMPILER = $(PYTHON) $(top_srcdir)/test/pacman/pactest.py AM_PY_LOG_FLAGS = \ --scriptlet-shell $(SCRIPTLET_SHELL) \ --ldconfig $(LDCONFIG) \ - -p $(top_builddir)/src/pacman/pacman + --bindir $(top_builddir)/src/pacman \ + --bindir $(top_builddir)/scripts # create the pacman DB and cache directories upon install install-data-local: |