File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ gitclean:
7474 git submodule foreach --recursive ' git clean -fdx -e /git -e /svn'
7575 git clean -fdx -e OpenModelicaSetup -e .project -e .externalToolBuilders/OMDev-MINGW-OpenModelicaBuilder.launch
7676 for d in $( LIBGITDIRS) ; do git clean -fdx libraries/git/$$ d; done
77-
77+
7878prefix =@prefix@
7979exec_prefix =@exec_prefix@
8080datarootdir = @datarootdir@
@@ -127,7 +127,7 @@ install: install-dirs
127127 # man pages
128128 # cp -p "@OMBUILDDIR@"/share/man/man1/*.gz ${INSTALL_MANDIR}/man1/
129129 # Shared data
130- cp -p " @OMBUILDDIR@" /share/omc/* .* ${INSTALL_SHAREDIR} /omc/
130+ cp -p " @OMBUILDDIR@" /share/omc/* .* " @OMBUILDDIR@ " /share/omc/runtime ${INSTALL_SHAREDIR} /omc/
131131 test ! -d " @OMBUILDDIR@" /share/omnotebook/ || cp -rp " @OMBUILDDIR@" /share/omnotebook/* ${INSTALL_SHAREDIR} /omnotebook/
132132 test ! -d " @OMBUILDDIR@" /share/omshell/ || cp -p " @OMBUILDDIR@" /share/omshell/* .xml ${INSTALL_SHAREDIR} /omshell/
133133 test ! -d " @OMBUILDDIR@" /share/omshell/nls/ || cp -p " @OMBUILDDIR@" /share/omshell/nls/* .qm ${INSTALL_SHAREDIR} /omshell/nls/
You can’t perform that action at this time.
0 commit comments