games-engines/flare: fix install destinations after cmake.exlib change

This commit is contained in:
Julian Ospald 2016-05-24 18:17:05 +02:00
parent 112d4b18cd
commit bfa5b8f858
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ DEPENDENCIES="
"
CMAKE_SRC_CONFIGURE_PARAMS=(
-DCMAKE_INSTALL_PREFIX="/usr"
-DBINDIR="/usr/$(exhost --target)/bin"
-DDATADIR=/usr/share/${PN}
)