udevil: fix install.
This commit is contained in:
parent
317c3e3a09
commit
3d04340a58
1 changed files with 6 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'udevil'
|
# Template file for 'udevil'
|
||||||
pkgname=udevil
|
pkgname=udevil
|
||||||
version=0.4.3
|
version=0.4.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool"
|
||||||
configure_args="--with-mount-prog=mount --with-umount-prog=umount
|
configure_args="--with-mount-prog=mount --with-umount-prog=umount
|
||||||
--with-losetup-prog=losetup --with-setfacl-prog=setfacl"
|
--with-losetup-prog=losetup --with-setfacl-prog=setfacl"
|
||||||
makedepends="libglib-devel libudev-devel"
|
makedepends="libglib-devel libudev-devel"
|
||||||
conf_files="/etc/udevil/udevil.conf"
|
conf_files="/etc/udevil/udevil.conf"
|
||||||
short_desc="CLI which mounts and unmounts removable devices without a password"
|
short_desc="CLI which mounts and unmounts removable devices without a password"
|
||||||
|
@ -15,10 +15,12 @@ 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=c49d2644baf87182c160550d708f75fe1253a2ceb749148e9148d7f1cfbc6209
|
checksum=c49d2644baf87182c160550d708f75fe1253a2ceb749148e9148d7f1cfbc6209
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/-o root -g root//g' src/Makefile.in
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Drop useless conf.d/devmon file.
|
# Drop useless conf.d/devmon file.
|
||||||
rm -rf ${DESTDIR}/etc/conf.d
|
rm -rf ${DESTDIR}/etc/conf.d
|
||||||
sed -e '/EnvironmentFile.*/d' -i ${DESTDIR}/usr/lib/systemd/system/devmon@.service
|
sed -e '/EnvironmentFile.*/d' -i ${DESTDIR}/usr/lib/systemd/system/devmon@.service
|
||||||
# make udevil setuid.
|
|
||||||
chmod 4755 ${DESTDIR}/usr/bin/udevil
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue