mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-roguelike/cataclysm-dda: Fix locales not installing
Signed-off-by: strategictraveler <strategictraveler@proton.me>
This commit is contained in:
@@ -116,6 +116,8 @@ src_compile() {
|
||||
USE_XDG_DIR=1
|
||||
)
|
||||
|
||||
use nls && export LANGUAGES="all"
|
||||
|
||||
if use ncurses; then
|
||||
# don't build tests twice
|
||||
if ! use tiles; then
|
||||
@@ -135,10 +137,6 @@ src_compile() {
|
||||
"TESTS=$(usex test 1 0)" \
|
||||
"TILES=$(usex tiles 1 0)"
|
||||
fi
|
||||
|
||||
if use nls; then
|
||||
emake localization
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
@@ -109,6 +109,8 @@ src_compile() {
|
||||
USE_XDG_DIR=1
|
||||
)
|
||||
|
||||
use nls && export LANGUAGES="all"
|
||||
|
||||
if use ncurses; then
|
||||
# don't build tests twice
|
||||
if ! use tiles; then
|
||||
@@ -128,10 +130,6 @@ src_compile() {
|
||||
"TESTS=$(usex test 1 0)" \
|
||||
"TILES=$(usex tiles 1 0)"
|
||||
fi
|
||||
|
||||
if use nls; then
|
||||
emake localization
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user