Skip to content

Commit

Permalink
- Install .app's to /Applications instead of prefix/Applications
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 26, 2011
1 parent d5ac6e4 commit 91c8a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Expand Up @@ -9,7 +9,7 @@ builddir_doc=$(top_builddir)/build/share/doc
builddir_share=$(top_builddir)/build/share/
builddir_java=$(top_builddir)/build/share/omc/java/

INSTALL_APPDIR = ${DESTDIR}${prefix}/Applications/
INSTALL_APPDIR = ${DESTDIR}/Applications/
INSTALL_BINDIR = ${DESTDIR}${bindir}
INSTALL_LIBDIR = ${DESTDIR}${libdir}/
INSTALL_INCLUDEDIR = ${DESTDIR}${includedir}/omc
Expand Down

0 comments on commit 91c8a72

Please sign in to comment.