diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-10-21 20:16:55 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-10-21 20:16:55 +0000 |
commit | 93311212bddb7d7e75ea91f04604ca42e85ef823 (patch) | |
tree | 9c754fe464adcb840c090db27dba01f4615393ba /Makefile.am | |
parent | df0dac10e5bbace9ceeeffce19d8a16e5bc3ae21 (diff) | |
download | pacman-93311212bddb7d7e75ea91f04604ca42e85ef823.tar.xz |
Fixes from frugalware: few 'typos' included while patching
Also re-added Judd's dependancy fix in libalpm/deps.c
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 a980d04e..cb42571f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ EXTRA_DIST = \ TODO \ TODO.autoconf -check: +check: src/pacman cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=-1 tags: |