fixed widelands 0.19

This commit is contained in:
tastytea 2018-06-19 12:20:24 +02:00
parent 5d7965f6ce
commit 9faa589548
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 5 additions and 3 deletions

View File

@ -49,9 +49,11 @@ src_prepare() {
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(
'-DWL_VERSION_STANDARD=true' "-DWL_VERSION_STANDARD=true"
"-DWL_INSTALL_BASEDIR=${EPREFIX}" "-DCMAKE_INSTALL_PREFIX="${EPREFIX}"/usr/share/games/${PN}"
"-DWL_INSTALL_DATADIR=${EPREFIX}" "-DWL_INSTALL_PREFIX="${EPREFIX}"/usr/games"
"-DWL_INSTALL_DATADIR="${EPREFIX}"/usr/share/games/${PN}"
"-DWL_INSTALL_LOCALEDIR="${EPREFIX}"/usr/share/games/${PN}/locale"
"-DWL_INSTALL_BINDIR="${EPREFIX}"/usr/bin" "-DWL_INSTALL_BINDIR="${EPREFIX}"/usr/bin"
) )
cmake-utils_src_configure cmake-utils_src_configure