diff options
author | 2020-02-08 17:22:53 +0100 | |
---|---|---|
committer | 2020-02-08 17:22:53 +0100 | |
commit | d1bd682decc20c6059fee7ca13aece05bcda58f9 (patch) | |
tree | 53922e51f1e80a4bb940fb4775f3074026dcc93c /net-fs/nfs-utils/nfs-utils-2.3.4.ebuild | |
parent | net-dns/unbound: [QA] Fix UnnecessarySlashStrip (diff) | |
download | gentoo-d1bd682decc20c6059fee7ca13aece05bcda58f9.tar.gz gentoo-d1bd682decc20c6059fee7ca13aece05bcda58f9.tar.bz2 gentoo-d1bd682decc20c6059fee7ca13aece05bcda58f9.zip |
net-fs/nfs-utils: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-fs/nfs-utils/nfs-utils-2.3.4.ebuild')
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-2.3.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/nfs-utils/nfs-utils-2.3.4.ebuild b/net-fs/nfs-utils/nfs-utils-2.3.4.ebuild index c180c1bc201..28cfea1a2af 100644 --- a/net-fs/nfs-utils/nfs-utils-2.3.4.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.3.4.ebuild @@ -83,10 +83,10 @@ src_configure() { export libsqlite3_cv_is_recent=yes # Our DEPEND forces this. export ac_cv_header_keyutils_h=$(usex nfsidmap) local myeconfargs=( - --with-statedir="${EPREFIX%/}"/var/lib/nfs + --with-statedir="${EPREFIX}"/var/lib/nfs --enable-tirpc - --with-tirpcinclude="${EPREFIX%/}"/usr/include/tirpc/ - --with-pluginpath="${EPREFIX%/}"/usr/$(get_libdir)/libnfsidmap + --with-tirpcinclude="${EPREFIX}"/usr/include/tirpc/ + --with-pluginpath="${EPREFIX}"/usr/$(get_libdir)/libnfsidmap --with-rpcgen --with-systemd="$(systemd_get_systemunitdir)" --without-gssglue |