|
@ -66,7 +66,7 @@ done |
|
|
|
|
|
|
|
|
$SDEROOT/bin/sde-list-pkg ${config:+-c $config} ${extenders:+-e} ${repositories:+-r} -- "$@" | while read descfile; do |
|
|
$SDEROOT/bin/sde-list-pkg ${config:+-c $config} ${extenders:+-e} ${repositories:+-r} -- "$@" | while read descfile; do |
|
|
pkg=$( echo "$descfile" | cut -d/ -f3 ) |
|
|
pkg=$( echo "$descfile" | cut -d/ -f3 ) |
|
|
grep '^\[D\]' $descfile | while read x cksum gzfile location; do |
|
|
|
|
|
|
|
|
grep '^\[D\]' $SDEROOT/$descfile | while read x cksum gzfile location; do |
|
|
output= |
|
|
output= |
|
|
|
|
|
|
|
|
# package name |
|
|
# package name |
|
|