pmount: fix l10n dir
This commit is contained in:
parent
f0196f98a1
commit
b645a33514
1 changed files with 8 additions and 7 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'pmount'
|
# Template file for 'pmount'
|
||||||
pkgname=pmount
|
pkgname=pmount
|
||||||
version=0.9.23
|
version=0.9.23
|
||||||
revision=6
|
revision=7
|
||||||
conf_files="/etc/pmount.allow"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Permits normal users to mount removable devices"
|
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
||||||
license="GPL-2"
|
|
||||||
hostmakedepends="intltool"
|
hostmakedepends="intltool"
|
||||||
makedepends="libblkid-devel"
|
makedepends="libblkid-devel"
|
||||||
|
short_desc="Permits normal users to mount removable devices"
|
||||||
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
homepage="http://pmount.alioth.debian.org/"
|
homepage="http://pmount.alioth.debian.org/"
|
||||||
distfiles="${DEBIAN_SITE}/main/p/${pkgname}/${pkgname}_${version}.orig.tar.bz2"
|
distfiles="${DEBIAN_SITE}/main/p/${pkgname}/${pkgname}_${version}.orig.tar.bz2"
|
||||||
checksum=db38fc290b710e8e9e9d442da2fb627d41e13b3ee80326c15cc2595ba00ea036
|
checksum=db38fc290b710e8e9e9d442da2fb627d41e13b3ee80326c15cc2595ba00ea036
|
||||||
|
conf_files="/etc/pmount.allow"
|
||||||
|
|
||||||
pre_configure() {
|
post_patch() {
|
||||||
sed -i -e 's/-o root -g root //' src/Makefile.in
|
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
||||||
|
vsed -i -e 's/-o root -g root //' src/Makefile.in
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue