games-board/pioneers: fix locale install destination

This commit is contained in:
Julian Ospald 2016-05-24 21:14:14 +02:00
parent 46af41accd
commit 1042e3b558
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 12 additions and 0 deletions

View File

@ -12,6 +12,7 @@ PLATFORMS="~amd64 ~x86"
DEPENDENCIES="
build:
dev-util/gob2
dev-util/intltool
sys-devel/gettext
virtual/pkg-config
build+run:
@ -26,3 +27,8 @@ DEFAULT_SRC_CONFIGURE_PARAMS=(
--with-gtk
)
src_prepare() {
edo intltoolize --force --automake
default
}

View File

@ -12,6 +12,7 @@ PLATFORMS="~amd64 ~x86"
DEPENDENCIES="
build:
dev-util/gob2
dev-util/intltool
sys-devel/gettext
virtual/pkg-config
build+run:
@ -26,3 +27,8 @@ DEFAULT_SRC_CONFIGURE_PARAMS=(
--with-gtk
)
src_prepare() {
edo intltoolize --force --automake
default
}