Mike Noyes wrote:

> Good question. I think that is a good idea. Rick started doing this very
> thing for David's Oxygen packages, but he was unable to keep up with
> David's production.
> 
> Does anyone have a better idea? If there are no objections, text files in
> the format specified below should accompany packages.
> 
> packagename.lrp.version.txt

#!/bin/sh

cd $PACKAGES
for i in *.lrp ; do tar xzf $i var/lib/lrpkg/*.help 2> /dev/null; done
mv var/lib/lrpkg/*.help .
rm -rf var/lib/lrpkg

...how's that?

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to