so we can split and document better why each package is there git-svn-id: svn://svn.opensde.net/desktop/rakali/trunk@20 219270a8-6335-0410-8c83-dfab25b4dc40
@ -0,0 +1,14 @@
# generate pkgsel.awk file
#
if [ ! -s $cfgtmpdir/rakali.pkgsel.awk ]; then
cat <<-EOT > $cfgtmpdir/rakali.pkgsel.awk
# Generated for $target target
EOT
lib/sde-config/pkgsel2awk.sh $( ls -1d target/$target/pkgsel.d/*.all ) \
>> $cfgtmpdir/rakali.pkgsel.awk
fi
pkgfilter awk -f $cfgtmpdir/rakali.pkgsel.awk