diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-21 07:12:34 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-21 07:12:34 +0000 |
commit | 4f9aa100a6ca77cb96370caff2a97d64ceac9afc (patch) | |
tree | c7f9bc8a0806ec278b6b67fffdc0c57c2eb048d2 /Makefile.am | |
parent | 436f36c76b74f7580da48e618dbdbd78037736fb (diff) |
TODO updates
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 23347213..089f140c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,4 @@ EXTRA_DIST = \ README check: src/pacman - cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman.static --debug=1 + cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1 |