games-rpg/valyriatear: fix install destinations after cmake.exlib change

This commit is contained in:
Julian Ospald 2016-05-24 18:58:52 +02:00
parent b73f7bbf3c
commit 46af41accd
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 3 additions and 2 deletions

View File

@ -41,8 +41,9 @@ DEPENDENCIES="
" "
CMAKE_SRC_CONFIGURE_PARAMS=( CMAKE_SRC_CONFIGURE_PARAMS=(
-DPKG_BINDIR=/usr/$(exhost --target)/bin -DCMAKE_INSTALL_PREFIX="/usr"
-DPKG_DATADIR=/usr/share/${PN} -DPKG_BINDIR="/usr/$(exhost --target)/bin"
-DPKG_DATADIR="/usr/share/${PN}"
-DUSE_PCH_COMPILATION=OFF -DUSE_PCH_COMPILATION=OFF
) )