From 7b358a57acfbb6e70f7c63d796b1e45e86431d1f Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 5 Jan 2014 00:12:00 +0100 Subject: [PATCH] Makefile.am: don't use "test -e", it isn't portable --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0b797c13..11c382eb 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 -- 2.39.2