summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2012-06-18 11:53:53 -0400
committerElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2012-06-18 11:53:53 -0400
commit88e6ec62de60b0072903f9e47b320f7e3ef0c1b7 (patch)
treeb00bfdfda0a4f89937b6d332d6523374f9ca6c8b /sys-apps
parentMerging udevil-0.2.8 with the in the tree... (diff)
downloadArmageddon-88e6ec62de60b0072903f9e47b320f7e3ef0c1b7.tar.gz
Armageddon-88e6ec62de60b0072903f9e47b320f7e3ef0c1b7.tar.bz2
Armageddon-88e6ec62de60b0072903f9e47b320f7e3ef0c1b7.zip
Fixed udevil-9999 to conform with the tree one, removed installation of
the empty man page...
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/udevil/udevil-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/udevil/udevil-9999.ebuild b/sys-apps/udevil/udevil-9999.ebuild
index 4607287..4841710 100644
--- a/sys-apps/udevil/udevil-9999.ebuild
+++ b/sys-apps/udevil/udevil-9999.ebuild
@@ -37,12 +37,12 @@ src_prepare() {
}
src_configure() {
- econf --with-setfacl-prog=/bin/setfacl
+ econf \
+ --with-setfacl-prog="$(type -P setfacl)"
}
src_install() {
default
- doman man/udevil.1
fowners root:plugdev /usr/bin/udevil
fperms 4754 /usr/bin/udevil
}