diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-12-11 01:09:42 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-12-11 01:12:18 -0600 |
commit | edbfc899f62b8eaa2a8ef04a8e888eb8f3139c15 (patch) | |
tree | 246369182f9a7c63cc0312214cc0c7830c6873ad /sys-fs/fuse-common/fuse-common-3.2.6.ebuild | |
parent | dev-ruby/letter_opener: add 1.7.0 (diff) | |
download | gentoo-edbfc899f62b8eaa2a8ef04a8e888eb8f3139c15.tar.gz gentoo-edbfc899f62b8eaa2a8ef04a8e888eb8f3139c15.tar.bz2 gentoo-edbfc899f62b8eaa2a8ef04a8e888eb8f3139c15.zip |
sys-fs/fuse-common: fix install on systems without udev
Closes: https://bugs.gentoo.org/672912
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'sys-fs/fuse-common/fuse-common-3.2.6.ebuild')
-rw-r--r-- | sys-fs/fuse-common/fuse-common-3.2.6.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-fs/fuse-common/fuse-common-3.2.6.ebuild b/sys-fs/fuse-common/fuse-common-3.2.6.ebuild index 9e426d8256a8..d5c5ba2c48b0 100644 --- a/sys-fs/fuse-common/fuse-common-3.2.6.ebuild +++ b/sys-fs/fuse-common/fuse-common-3.2.6.ebuild @@ -28,6 +28,11 @@ src_prepare() { filter-flags -flto* } +src_configure() { + local emesonargs=( -Dudevrulesdir="$(get_udevdir)"/rules.d ) + meson_src_configure +} + src_install() { newsbin "${BUILD_DIR}"/util/mount.fuse3 mount.fuse newman doc/mount.fuse3.8 mount.fuse.8 |