udevil: fix l10n dir
This commit is contained in:
parent
401d1f9e13
commit
7ea4c00c68
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'udevil'
|
# Template file for 'udevil'
|
||||||
pkgname=udevil
|
pkgname=udevil
|
||||||
version=0.4.4
|
version=0.4.4
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-systemd"
|
configure_args="--disable-systemd"
|
||||||
conf_files="/etc/udevil/udevil.conf"
|
conf_files="/etc/udevil/udevil.conf"
|
||||||
|
@ -13,3 +13,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="http://ignorantguru.github.io/udevil/"
|
homepage="http://ignorantguru.github.io/udevil/"
|
||||||
distfiles="https://github.com/IgnorantGuru/udevil/archive/${version}.tar.gz"
|
distfiles="https://github.com/IgnorantGuru/udevil/archive/${version}.tar.gz"
|
||||||
checksum=ad2fd8375bd62622718a04235e9772119459089938dbb78e657955e595822b7c
|
checksum=ad2fd8375bd62622718a04235e9772119459089938dbb78e657955e595822b7c
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -i -e '/DATADIRNAME=/s/=.*/=share/' configure
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue