mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-13 20:01:04 +01:00
Slackpkg+ 0.9.7.1 released
Version 0.9.7.1 - 06/Sep/2013 - fixed a bug on 'slackpkg upgrade file:..'
This commit is contained in:
parent
0835728cb1
commit
07ea634441
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
Version 0.9.7.1 - 06/Sep/2013
|
||||
- fixed a bug on 'slackpkg upgrade file:..'
|
||||
|
||||
Version 0.9.7 - 05/Sep/2013
|
||||
- Added install/upgrade/reinstall from disk with file:package.txz or dir:path,
|
||||
and remote with {http,ftp,htts}://site/path/[package.txz], unrepositorized
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
Version 0.9.7.1 - 06/Sep/2013
|
||||
- fixed a bug on 'slackpkg upgrade file:..'
|
||||
|
||||
Version 0.9.7 - 05/Sep/2013
|
||||
- Added install/upgrade/reinstall from disk with file:package.txz or dir:path,
|
||||
and remote with {http,ftp,htts}://site/path/[package.txz], unrepositorized
|
||||
|
|
|
@ -508,7 +508,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
if [ ! -d "$localpath" ];then
|
||||
continue
|
||||
fi
|
||||
repository=dir$(grep ^SLACKPKGPLUS_dir ${TMPDIR}/pkglist-pre||awk '{print $1}'|uniqwc -l)
|
||||
repository=dir$(grep ^SLACKPKGPLUS_dir ${TMPDIR}/pkglist-pre|awk '{print $1}'|uniq|wc -l)
|
||||
if [ ${localpath:0:1} != "/" ];then
|
||||
localpath=$(pwd)/$localpath
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue