1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

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

(cherry picked from commit 7b358a57ac)
This commit is contained in:
Alexander Barton 2014-01-05 00:12:00 +01:00
parent f55d03c153
commit 9a11ab0d1b

View File

@ -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