Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205220 - net-nds/openldap: preserve_old_lib does not need "${ROOT}"
Summary: net-nds/openldap: preserve_old_lib does not need "${ROOT}"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo LDAP project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-10 16:13 UTC by Michael Haubenwallner (RETIRED)
Modified: 2008-01-13 21:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Haubenwallner (RETIRED) gentoo-dev 2008-01-10 16:13:07 UTC
net-nds/openldap-*.ebuild does

    preserve_old_lib "${ROOT}usr/$(get_libdir)/..."
    preserve_old_lib_notify "${ROOT}usr/$(get_libdir)/..."

but preserve_old_lib{,_notify} itself adds "${ROOT}" to each argument:
(from eutils.eclass)
---
    for lib in "$@" ; do
        [[ -e ${ROOT}/${lib} ]] || continue
---
Comment 1 Markus Ullmann (RETIRED) gentoo-dev 2008-01-13 21:31:29 UTC
Fixed in CVS, thanks for the notify