lxappearance-obconf: fix l10n dir

This commit is contained in:
Đoàn Trần Công Danh 2021-01-02 06:29:34 +07:00
parent c813fc4494
commit a5ca06db5d

View file

@ -1,7 +1,7 @@
# Template file for 'lxappearance-obconf'
pkgname=lxappearance-obconf
version=0.2.3
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-static --enable-gtk3"
hostmakedepends="pkg-config intltool"
@ -15,3 +15,7 @@ license="GPL-2.0-or-later"
homepage="http://lxde.org/"
distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz"
checksum=3150b33b4b7beb71c1803aee2be21c94767d73b70dfc8d2bcaafe2650ea83149
post_patch() {
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
}