genius: load l10n from /usr/share
This commit is contained in:
parent
69fd8029f5
commit
ea9de2f12e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'genius'
|
||||
pkgname=genius
|
||||
version=1.0.25
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-update-mimedb ac_cv_file__proc_self_maps=yes
|
||||
GTK_UPDATE_ICON_CACHE=gtk-update-icon-cache"
|
||||
|
@ -20,4 +20,5 @@ nocross="run the binaries"
|
|||
post_patch() {
|
||||
vsed -i -e '/PKG_CHECK_MODULES/s/ncurses/ncursesw/' configure.ac
|
||||
autoreconf -fi
|
||||
vsed -i -e '/DATADIRNAME=/s/=.*/=share/' configure
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue