pkg(1): fix for plan9.bell-labs.com; update repository list
This commit is contained in:
parent
4d9ce0fb3c
commit
25e5507c57
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ source files of packages installed locally.
|
||||||
.br
|
.br
|
||||||
.B http://bell-labs.co/9front/pkg/386
|
.B http://bell-labs.co/9front/pkg/386
|
||||||
.br
|
.br
|
||||||
.B http://ports2plan9.googlecode.com/files
|
.B http://plan9.bell-labs.com/sources/contrib/staal1978/pkg
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR contrib (1) ,
|
.IR contrib (1) ,
|
||||||
.IR gzip (1) ,
|
.IR gzip (1) ,
|
||||||
|
|
|
@ -4,6 +4,6 @@ if(~ $#pkgpath 0)
|
||||||
pkgpath=http://r-36.net/9front/pkg/$cputype
|
pkgpath=http://r-36.net/9front/pkg/$cputype
|
||||||
|
|
||||||
if(~ $pkgpath ftp* http*)
|
if(~ $pkgpath ftp* http*)
|
||||||
hget $pkgpath | htmlfmt | grep '\.tbz' | sed -e 's/• //g; s/\.tbz.*$//g'
|
hget $pkgpath | htmlfmt | grep '\.tbz' | awk '{print $NF}' | sed -e 's/\.tbz.*$//g'
|
||||||
if not
|
if not
|
||||||
ls -p $pkgpath/*.tbz | sed 's/\.tbz.*$//g'
|
ls -p $pkgpath/*.tbz | sed 's/\.tbz.*$//g'
|
||||||
|
|
Loading…
Reference in a new issue