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

This commit is contained in:
2016-05-24 18:17:05 +02:00
parent 112d4b18cd
commit bfa5b8f858

View File

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