From 9003672b852bddd72577ece125f3e6d6a78e9c26 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Thu, 7 May 2009 19:57:44 +0000 Subject: install OISInput.cfg as well --- games/freeorion/Makefile | 3 +++ games/freeorion/pkg-plist | 1 + 2 files changed, 4 insertions(+) (limited to 'games') diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index 6c35a7f60269..9288814e586a 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -42,12 +42,15 @@ post-patch: ${WRKSRC}/UI/TechTreeWnd.cpp @${REINPLACE_CMD} -e 's|"ogre_plugins.cfg"|"${DATADIR}/ogre_plugins.cfg"|g' \ ${WRKSRC}/client/human/chmain.cpp + @${REINPLACE_CMD} -e 's|"OISInput.cfg"|"${DATADIR}/OISInput.cfg"|g' \ + ${WRKSRC}/client/human/HumanClientApp.cpp @${REINPLACE_CMD} -e 's|Plugin=Plugin_CgProgramManager|#&|g; \ s|\(PluginFolder=\)\.|\1${LOCALBASE}/lib/OGRE|g' \ ${WRKSRC}/ogre_plugins.cfg post-install: ${INSTALL_DATA} ${WRKSRC}/ogre_plugins.cfg ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/OISInput.cfg ${DATADIR} maint-gen-distfile: @if [ -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ diff --git a/games/freeorion/pkg-plist b/games/freeorion/pkg-plist index ee0429c924af..62989d743f79 100644 --- a/games/freeorion/pkg-plist +++ b/games/freeorion/pkg-plist @@ -1518,6 +1518,7 @@ bin/freeoriond %%DATADIR%%/default/techs.txt %%DATADIR%%/default/universe_tables.txt %%DATADIR%%/ogre_plugins.cfg +%%DATADIR%%/OISInput.cfg @dirrm %%DATADIR%%/default/AI @dirrm %%DATADIR%%/default/data/art/stars_sidepanel @dirrm %%DATADIR%%/default/data/art/hulls_design -- cgit