Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 330097 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/sbin/perl-cleaner (-1 / +1 lines)
Lines 153-160 Link Here
153
    fi
153
    fi
154
154
155
    # iterate thru all the installed package's contents
155
    # iterate thru all the installed package's contents
156
    for content in $(find ${PKG_DBDIR} -path "*/-MERGING-*" -prune -o -name CONTENTS -print ) ; do
156
    for content in $(find ${PKG_DBDIR} -follow -path "*/-MERGING-*" -prune -o -name CONTENTS -print ) ; do
157
        # extract the category, package name and package version
157
        # extract the category, package name and package version
158
        #CPV=$(sed "s:${PKG_DBDIR}/\(.*\)/CONTENTS:\1:" <<< ${content} )
158
        #CPV=$(sed "s:${PKG_DBDIR}/\(.*\)/CONTENTS:\1:" <<< ${content} )
159
        CPV=${content#${PKG_DBDIR}/}
159
        CPV=${content#${PKG_DBDIR}/}
160
        CPV=${CPV%/CONTENTS}
160
        CPV=${CPV%/CONTENTS}

Return to bug 330097