Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 63848be

Browse files
jschuellerOpenModelica-Hudson
authored andcommitted
Add cp -r option to ${builddir_share}/omc/runtime/
Belonging to [master]: - #2593
1 parent 80b06e9 commit 63848be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ install: install-dirs
404404
# man pages
405405
# cp -p ${builddir_man}/man1/*.gz ${INSTALL_MANDIR}/man1/
406406
# Shared data
407-
cp -p ${builddir_share}/omc/*.* ${builddir_share}/omc/runtime ${INSTALL_SHAREDIR}/omc/
407+
cp -rp ${builddir_share}/omc/*.* ${builddir_share}/omc/runtime ${INSTALL_SHAREDIR}/omc/
408408
# Scripts
409409
cp -rp ${builddir_share}/omc/scripts/*.* ${builddir_share}/omc/scripts/OpenTurns ${INSTALL_SHAREDIR}/omc/scripts
410410
# Java

0 commit comments

Comments
 (0)