Browse Source

* changed rakali to take the pkgsel from multiple .all files inside pkgsel.d/

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
master
Alejandro Mery 17 years ago
parent
commit
f1e75ccb4a
2 changed files with 14 additions and 0 deletions
  1. +0
    -0
      pkgsel.d/xfce.all
  2. +14
    -0
      pkgsel.in

pkgsel → pkgsel.d/xfce.all


+ 14
- 0
pkgsel.in

@ -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

Loading…
Cancel
Save