mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
libgpod: fix l10n dir
This commit is contained in:
parent
9549944eb9
commit
e1105eff89
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libgpod'
|
# Template file for 'libgpod'
|
||||||
pkgname=libgpod
|
pkgname=libgpod
|
||||||
version=0.8.3
|
version=0.8.3
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-udev-dir=/usr/lib/udev --enable-udev"
|
configure_args="--with-udev-dir=/usr/lib/udev --enable-udev"
|
||||||
hostmakedepends="intltool pkg-config automake gettext-devel glib-devel libtool"
|
hostmakedepends="intltool pkg-config automake gettext-devel glib-devel libtool"
|
||||||
|
@ -19,6 +19,7 @@ post_patch() {
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
vsed -i -e '/DATADIRNAME=/s/=.*/=share/' configure
|
||||||
}
|
}
|
||||||
|
|
||||||
libgpod-devel_package() {
|
libgpod-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue