Mac OS X: fix test for packagemaker(1) tool in Makefile

This commit is contained in:
Alexander Barton 2009-09-10 11:48:14 +02:00
parent 933da741c6
commit 44acf41cc1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ deb:
dpkg-buildpackage -rfakeroot -i
osxpkg: have-xcodebuild
@packagemaker >/dev/null 2>&1; [ $$? -ge 1 ] \
@packagemaker >/dev/null 2>&1; [ $$? -le 1 ] \
|| ( echo; echo "Error: \"packagemaker\" not found!"; echo; exit 2)
make clean
./configure --prefix=/opt/ngircd