diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-07-05 13:51:23 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-07-05 13:51:23 +0200 |
commit | b595b926511d7ff78fca0e4ec8d6dd24bb276a8c (patch) | |
tree | 90303c7c549e5a0852143c2b9aba80e22d499d99 /dev-libs | |
parent | dev-scheme/scheme48: revbump and add patch for CVE-2014-4150 per security bug... (diff) | |
download | gentoo-b595b926511d7ff78fca0e4ec8d6dd24bb276a8c.tar.gz gentoo-b595b926511d7ff78fca0e4ec8d6dd24bb276a8c.tar.bz2 gentoo-b595b926511d7ff78fca0e4ec8d6dd24bb276a8c.zip |
dev-libs/libbsd: fix library check for Prefix
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libbsd/libbsd-0.8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libbsd/libbsd-0.8.3.ebuild b/dev-libs/libbsd/libbsd-0.8.3.ebuild index b60692f5ecc5..9bb880edd7c6 100644 --- a/dev-libs/libbsd/libbsd-0.8.3.ebuild +++ b/dev-libs/libbsd/libbsd-0.8.3.ebuild @@ -18,7 +18,7 @@ DEPEND=">=sys-kernel/linux-headers-3.17" RDEPEND="" pkg_setup() { - local f="${ROOT}/usr/$(get_libdir)/${PN}.a" + local f="${EROOT}/usr/$(get_libdir)/${PN}.a" local m="You need to remove ${f} by hand or re-emerge sys-libs/glibc first." if ! has_version ${CATEGORY}/${PN}; then if [[ -e ${f} ]]; then |