libgpod: fix l10n dir

This commit is contained in:
Đoàn Trần Công Danh 2021-01-30 09:50:10 +07:00
parent 9549944eb9
commit e1105eff89

View File

@ -1,7 +1,7 @@
# Template file for 'libgpod'
pkgname=libgpod
version=0.8.3
revision=3
revision=4
build_style=gnu-configure
configure_args="--with-udev-dir=/usr/lib/udev --enable-udev"
hostmakedepends="intltool pkg-config automake gettext-devel glib-devel libtool"
@ -19,6 +19,7 @@ post_patch() {
pre_configure() {
autoreconf -fi
vsed -i -e '/DATADIRNAME=/s/=.*/=share/' configure
}
libgpod-devel_package() {