summaryrefslogtreecommitdiff
path: root/dev-libs/libbsd
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-07-05 13:51:23 +0200
committerFabian Groffen <grobian@gentoo.org>2016-07-05 13:51:23 +0200
commitb595b926511d7ff78fca0e4ec8d6dd24bb276a8c (patch)
tree90303c7c549e5a0852143c2b9aba80e22d499d99 /dev-libs/libbsd
parent53d5c948e3fb1b6dd5545835eb60b18a7c9b0824 (diff)
downloadgentoo-b595b926511d7ff78fca0e4ec8d6dd24bb276a8c.tar.gz
gentoo-b595b926511d7ff78fca0e4ec8d6dd24bb276a8c.tar.xz
dev-libs/libbsd: fix library check for Prefix
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/libbsd')
-rw-r--r--dev-libs/libbsd/libbsd-0.8.3.ebuild2
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 b60692f5ecc..9bb880edd7c 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