diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-12-01 17:16:09 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-12-01 17:16:09 -0500 |
commit | f613b4875616985b72d6e8d45f3a3e5c10d02c2e (patch) | |
tree | 982c0cf422d08dd537e07b176d693040c6c29952 /sys-fs/eudev/eudev-9999.ebuild | |
parent | app-xemacs/zenirc-1.18: alpha stable, bug 666312 (diff) | |
download | gentoo-f613b4875616985b72d6e8d45f3a3e5c10d02c2e.tar.gz gentoo-f613b4875616985b72d6e8d45f3a3e5c10d02c2e.tar.bz2 gentoo-f613b4875616985b72d6e8d45f3a3e5c10d02c2e.zip |
sys-fs/eudev: fix bug #666892, comment #10
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-fs/eudev/eudev-9999.ebuild')
-rw-r--r-- | sys-fs/eudev/eudev-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild index 9cd4b44b46cc..63a4096b3f0d 100644 --- a/sys-fs/eudev/eudev-9999.ebuild +++ b/sys-fs/eudev/eudev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -102,12 +102,14 @@ multilib_src_configure() { DBUS_LIBS=' ' --with-rootprefix= --with-rootrundir=/run + --exec-prefix="${EPREFIX}" + --bindir="${EPREFIX}"/bin + --includedir="${EPREFIX}"/usr/include --libdir="${EPREFIX}"/usr/$(get_libdir) --with-rootlibexecdir="${EPREFIX}"/lib/udev --enable-split-usr --enable-manpages --disable-hwdb - --exec-prefix="${EPREFIX}" ) # Only build libudev for non-native_abi, and only install it to libdir, |