Hi folks

I found a strange behaviour in apkg -o which is a bug IMHO.

If a package foodle has an empty foodle.local file in /var/lib/lrpkg
then apkg -o produces enourmous output because the find command in

for a in $(find $(cat $PKGDIR/$pkg.local) -type f 2>/dev/null);

iterates over just about anything in the file system. We should make
sure the package.local files are not empty.

cheers

Erich

------------------------------------------------------------------------------

_______________________________________________
leaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to