mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-27 09:58:34 +01:00
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:
parent
594855a5b2
commit
7400a28c7f
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue