repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 44acf41cc172e8131c3a987d430b9f948afd26ad:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 44acf41cc172e8131c3a987d430b9f948afd26ad
Author: Alexander Barton 
Date:   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
index 0fd06222848b5bda97a73117ee0e363beaec6633..
index ..bea1cfc1c39868b1e0bda5d3266025e4a8d224c1 100644
--- 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-----