diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-01-21 17:46:38 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2017-01-21 17:46:51 +0900 |
commit | f0a2523856eb3bf5c62069b8f79eee262b6198c4 (patch) | |
tree | 6f7dd3239538c5d26057956448b328903a8fcf5f /net-proxy | |
parent | dev-libs/jansson: Security cleanup (bug #581954) (diff) | |
download | gentoo-f0a2523856eb3bf5c62069b8f79eee262b6198c4.tar.gz gentoo-f0a2523856eb3bf5c62069b8f79eee262b6198c4.tar.bz2 gentoo-f0a2523856eb3bf5c62069b8f79eee262b6198c4.zip |
net-proxy/tsocks: Prefix support.
Package-Manager: portage-2.3.3
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild b/net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild index 859ee6fac0a6..790825d8a657 100644 --- a/net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild +++ b/net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -49,8 +49,8 @@ multilib_src_configure() { $(use_enable dns socksdns) \ $(use_enable envconf) \ $(use_enable server-lookups hostnames) \ - --with-conf=/etc/socks/tsocks.conf \ - --libdir=/$(get_libdir) + --with-conf="${EPREFIX}"/etc/socks/tsocks.conf \ + --libdir="${EPREFIX}"/$(get_libdir) } multilib_src_compile() { |