games-board/pioneers: fix locale install destination
This commit is contained in:
parent
46af41accd
commit
1042e3b558
@ -12,6 +12,7 @@ PLATFORMS="~amd64 ~x86"
|
|||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
build:
|
build:
|
||||||
dev-util/gob2
|
dev-util/gob2
|
||||||
|
dev-util/intltool
|
||||||
sys-devel/gettext
|
sys-devel/gettext
|
||||||
virtual/pkg-config
|
virtual/pkg-config
|
||||||
build+run:
|
build+run:
|
||||||
@ -26,3 +27,8 @@ DEFAULT_SRC_CONFIGURE_PARAMS=(
|
|||||||
--with-gtk
|
--with-gtk
|
||||||
)
|
)
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
edo intltoolize --force --automake
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
@ -12,6 +12,7 @@ PLATFORMS="~amd64 ~x86"
|
|||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
build:
|
build:
|
||||||
dev-util/gob2
|
dev-util/gob2
|
||||||
|
dev-util/intltool
|
||||||
sys-devel/gettext
|
sys-devel/gettext
|
||||||
virtual/pkg-config
|
virtual/pkg-config
|
||||||
build+run:
|
build+run:
|
||||||
@ -26,3 +27,8 @@ DEFAULT_SRC_CONFIGURE_PARAMS=(
|
|||||||
--with-gtk
|
--with-gtk
|
||||||
)
|
)
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
edo intltoolize --force --automake
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user