on mac, app is a directory; refs #22
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user