Slackpkg+ 0.9.6 released

Version 0.9.6 - 01/Sep/2013
  - fixed a slackpkg bug that does not recreate $WORKDIR if it does not exists.
  - added repository name in dialog
This commit is contained in:
Matteo Rossini 2013-09-01 22:19:57 +02:00
parent 594855a5b2
commit 7400a28c7f
3 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Version 20130901 - 01/Sep/2013
Version 0.9.6 - 01/Sep/2013
- fixed a slackpkg bug that does not recreate $WORKDIR if it does not exists.
- added repository name in dialog

View file

@ -1,4 +1,4 @@
Version 20130901 - 01/Sep/2013
Version 0.9.6 - 01/Sep/2013
- fixed a slackpkg bug that does not recreate $WORKDIR if it does not exists.
- added repository name in dialog

View file

@ -33,7 +33,8 @@ if [ "$SLACKPKGPLUS" = "on" ];then
HINT="--item-help"
else
for i in $1; do
echo "$i \"\" $ONOFF" >>$TMPDIR/dialog.tmp
REPOPOS=$(grep " $(echo $i|sed 's/\.t.z//') " $TMPDIR/pkglist|awk '{print $1}'|sed 's/SLACKPKGPLUS_//')
echo "$i \"$REPOPOS\" $ONOFF" >>$TMPDIR/dialog.tmp
done
HINT=""
fi