on mac, app is a directory; refs #22

This commit is contained in:
Marc Wäckerlin
2011-02-09 14:59:21 +00:00
parent 2614b294c3
commit 4d308bd614

View File

@@ -69,7 +69,7 @@ maintainer-clean-local:
install-exec-local:
( test -f @PACKAGENAME@ && cp @PACKAGENAME@ ${bindir}/ ) \
|| ( test -f @PACKAGENAME@.exe && cp @PACKAGENAME@.exe ${bindir}/ ) \
|| ( test -f @PACKAGENAME@.app && cp -r @PACKAGENAME@.app ${bindir}/ )
|| ( test -d @PACKAGENAME@.app && cp -r @PACKAGENAME@.app ${bindir}/ )
uninstall-local:
-rm -rf ${bindir}/@PACKAGENAME@{,.exe,.app}