*/*: [QA] Remove redundant --docdir/--htmldir
[gentoo.git] / sys-fs / ntfs3g / ntfs3g-2017.3.23-r2.ebuild
index efe3fcc71a739b40aa0264f94c91b9f21f0b5746..83370cc11235442ae1f636248f04e8c7d7f4f30b 100644 (file)
@@ -71,10 +71,11 @@ src_configure() {
        # disable hd library until we have the right library in the tree and
        # don't links to hwinfo one causing issues like bug #602360
        tc-ld-disable-gold
+       # passing --exec-prefix is needed as the build system is trying to be clever
+       # and install itself into / instead of /usr in order to be compatible with
+       # separate-/usr setups (which we don't support without an initrd).
        econf \
-               --prefix="${EPREFIX}"/usr \
                --exec-prefix="${EPREFIX}"/usr \
-               --docdir="${EPREFIX}"/usr/share/doc/${PF} \
                $(use_enable debug) \
                --enable-ldscript \
                --disable-ldconfig \