udevil: fix l10n dir

This commit is contained in:
Đoàn Trần Công Danh 2021-01-09 19:17:08 +07:00
parent 401d1f9e13
commit 7ea4c00c68

View file

@ -1,7 +1,7 @@
# Template file for 'udevil'
pkgname=udevil
version=0.4.4
revision=4
revision=5
build_style=gnu-configure
configure_args="--disable-systemd"
conf_files="/etc/udevil/udevil.conf"
@ -13,3 +13,7 @@ license="GPL-3.0-or-later"
homepage="http://ignorantguru.github.io/udevil/"
distfiles="https://github.com/IgnorantGuru/udevil/archive/${version}.tar.gz"
checksum=ad2fd8375bd62622718a04235e9772119459089938dbb78e657955e595822b7c
post_patch() {
vsed -i -e '/DATADIRNAME=/s/=.*/=share/' configure
}