Skip to content

Commit

Permalink
make install now handles the new library cache (#9644)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Nov 1, 2022
1 parent 7d69e1c commit a0cc046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Expand Up @@ -197,6 +197,7 @@ install: install-dirs
cp -p "@OMBUILDDIR@"/share/omc/java/* ${INSTALL_JAVADIR}
# Translations
# cp -rp "@OMBUILDDIR@"/share/locale/* ${INSTALL_LOCALEDIR}/
test ! -d "@OMBUILDDIR@"/share/omlibrary || cp -rp "@OMBUILDDIR@"/share/omlibrary "${INSTALL_SHAREDIR}/"

Makefile: Makefile.in config.status
./config.status
Expand Down

0 comments on commit a0cc046

Please sign in to comment.