mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
pmount: /etc/pmount.allow is a configuration file.
This commit is contained in:
parent
9b90ba3651
commit
c7ba3f6d16
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'pmount'
|
# Template file for 'pmount'
|
||||||
pkgname=pmount
|
pkgname=pmount
|
||||||
version=0.9.23
|
version=0.9.23
|
||||||
revision=1
|
revision=2
|
||||||
|
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"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
@ -14,6 +15,5 @@ checksum=db38fc290b710e8e9e9d442da2fb627d41e13b3ee80326c15cc2595ba00ea036
|
||||||
configure_args="--with-cryptsetup-prog=/usr/sbin/cryptsetup"
|
configure_args="--with-cryptsetup-prog=/usr/sbin/cryptsetup"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i -e 's/-o root -g root //' \
|
sed -i -e 's/-o root -g root //' src/Makefile.in
|
||||||
src/Makefile.am src/Makefile.in
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue