on mac, app is a directory; refs #22

master
Marc Wäckerlin 14 years ago
parent 2614b294c3
commit 4d308bd614
  1. 2
      swisssurfer/src/makefile.am

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

Loading…
Cancel
Save