mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
pmount: fixed usr/sbin link.
This commit is contained in:
parent
d2a82dfe87
commit
0dd061cddf
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pmount'
|
# Template file for 'pmount'
|
||||||
pkgname=pmount
|
pkgname=pmount
|
||||||
version=0.9.23
|
version=0.9.23
|
||||||
revision=2
|
revision=3
|
||||||
conf_files="/etc/pmount.allow"
|
conf_files="/etc/pmount.allow"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Permits normal users to mount removable devices"
|
short_desc="Permits normal users to mount removable devices"
|
||||||
|
@ -12,7 +12,6 @@ makedepends="libblkid-devel"
|
||||||
homepage="http://pmount.alioth.debian.org/"
|
homepage="http://pmount.alioth.debian.org/"
|
||||||
distfiles="http://ftp.de.debian.org/debian/pool/main/p/${pkgname}/${pkgname}_${version}.orig.tar.bz2"
|
distfiles="http://ftp.de.debian.org/debian/pool/main/p/${pkgname}/${pkgname}_${version}.orig.tar.bz2"
|
||||||
checksum=db38fc290b710e8e9e9d442da2fb627d41e13b3ee80326c15cc2595ba00ea036
|
checksum=db38fc290b710e8e9e9d442da2fb627d41e13b3ee80326c15cc2595ba00ea036
|
||||||
configure_args="--with-cryptsetup-prog=/usr/sbin/cryptsetup"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i -e 's/-o root -g root //' src/Makefile.in
|
sed -i -e 's/-o root -g root //' src/Makefile.in
|
||||||
|
|
Loading…
Add table
Reference in a new issue