--- /usr/sbin/perl-cleaner 2010-07-27 19:05:54.000000000 +0200 +++ /usr/sbin/perl-cleaner 2010-07-27 18:47:04.000000000 +0200 @@ -153,8 +153,9 @@ fi # iterate thru all the installed package's contents - for content in $(find ${PKG_DBDIR} -path "*/-MERGING-*" -prune -o -name CONTENTS -print ) ; do + for content in $(find ${PKG_DBDIR} -follow -path "*/-MERGING-*" -prune -o -name CONTENTS -print ) ; do # extract the category, package name and package version + veinfo 3 "Checking ......... ${content}" #CPV=$(sed "s:${PKG_DBDIR}/\(.*\)/CONTENTS:\1:" <<< ${content} ) CPV=${content#${PKG_DBDIR}/} CPV=${CPV%/CONTENTS}