projects
/
ngircd-alex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
933da74
)
Mac OS X: fix test for packagemaker(1) tool in Makefile
author
Alexander Barton
<alex@barton.de>
Thu, 10 Sep 2009 09:48:14 +0000
(11:48 +0200)
committer
Alexander Barton
<alex@barton.de>
Thu, 10 Sep 2009 09:48:14 +0000
(11:48 +0200)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 0fd06222848b5bda97a73117ee0e363beaec6633..bea1cfc1c39868b1e0bda5d3266025e4a8d224c1 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-56,7
+56,7
@@
deb:
dpkg-buildpackage -rfakeroot -i
osxpkg: have-xcodebuild
- @packagemaker >/dev/null 2>&1; [ $$? -
g
e 1 ] \
+ @packagemaker >/dev/null 2>&1; [ $$? -
l
e 1 ] \
|| ( echo; echo "Error: \"packagemaker\" not found!"; echo; exit 2)
make clean
./configure --prefix=/opt/ngircd