Update info_tmpl() after last changes to $distfiles parsing.
--HG-- extra : convert_revision : d7f54cf85b5d3f509e993b58bc5e479bc80a3f0c
This commit is contained in:
parent
ac80ddda40
commit
7f0b12faf8
1 changed files with 1 additions and 2 deletions
3
xbps.sh
3
xbps.sh
|
@ -168,8 +168,7 @@ info_tmpl()
|
|||
echo "pkgname: $pkgname"
|
||||
echo "version: $version"
|
||||
for i in "${distfiles}"; do
|
||||
[ -n "$i" ] && i=$(echo $i|sed s'|@||g') && \
|
||||
echo "distfile: $i"
|
||||
echo "distfile: $i"
|
||||
done
|
||||
[ -n "$checksum" ] && echo "checksum: $checksum"
|
||||
echo "maintainer: $maintainer"
|
||||
|
|
Loading…
Reference in a new issue