repo: ngircd action: commit revision: path_from: revision_from: 44acf41cc172e8131c3a987d430b9f948afd26ad: path_to: revision_to:
commit 44acf41cc172e8131c3a987d430b9f948afd26ad Author: Alexander BartonDate: Thu Sep 10 11:48:14 2009 +0200 Mac OS X: fix test for packagemaker(1) tool in Makefile diff --git a/Makefile.am b/Makefile.am
--- a/Makefile.am +++ b/Makefile.am @@ -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
-----END OF PAGE-----