repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 7b358a57acfbb6e70f7c63d796b1e45e86431d1f:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 7b358a57acfbb6e70f7c63d796b1e45e86431d1f
Author: Alexander Barton 
Date:   Sun Jan 5 00:12:00 2014 +0100

    Makefile.am: don't use "test -e", it isn't portable

diff --git a/Makefile.am b/Makefile.am
index 0b797c13f77df377ed075c5b4cda00b8ab98a129..
index ..11c382eb965e1a94f0adf387f2b5341c6dc64b0c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,7 +69,7 @@ osxpkg: have-packagemaker osxpkg-dest
 	make osxpkg-clean

 osxpkg-clean:
-	[ ! -e ngircd.dest ] || sudo -n rm -rf ngircd.dest
+	[ ! -r ngircd.dest ] || sudo -n rm -rf ngircd.dest
 	rm -rf ngircd.dest $(distdir).mpkg

 osxpkg-dest: have-xcodebuild osxpkg-clean clean

-----END OF PAGE-----