I have a number of tczs to build within one build script.
My old simple way has the formula---where $I and the other letters are defined earlier
mksquashfs $I $I.tcz
md5sum $I.tcz > $I.tcz.md5.txt
cd $I
find usr -not -type d > $I.tcz.list
mv $I.tcz.list /tmp
but as a simple coder, it might be useful for my fav tcz checker that I don't have 17 such strings.
Can anyone point me to a good example of how to do it smarter with a loop or whatever you gurus use please?
thanks for reading
##### trivia
foomatic-db is a massive download, and instead of building a massive TCZ I plan to submit a TCZ for each open source PPD manufacturer. That way, a user may elect to read an info file and the link on what actual models are in side the tcz and then if a match download just that smaller TCZ.