mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-14 16:24:07 +00:00
Makefile.am: don't use "test -e", it isn't portable
This commit is contained in:
@@ -69,7 +69,7 @@ osxpkg: have-packagemaker osxpkg-dest
|
|||||||
make osxpkg-clean
|
make osxpkg-clean
|
||||||
|
|
||||||
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
|
rm -rf ngircd.dest $(distdir).mpkg
|
||||||
|
|
||||||
osxpkg-dest: have-xcodebuild osxpkg-clean clean
|
osxpkg-dest: have-xcodebuild osxpkg-clean clean
|
||||||
|
Reference in New Issue
Block a user