mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
Bah, removed too much in previous commit.
--HG-- extra : convert_revision : 998be8e3fc013755676c91ea2f9a1df5883cdc75
This commit is contained in:
parent
7f0b12faf8
commit
93401521f9
1 changed files with 1 additions and 1 deletions
2
xbps.sh
2
xbps.sh
|
@ -168,7 +168,7 @@ info_tmpl()
|
||||||
echo "pkgname: $pkgname"
|
echo "pkgname: $pkgname"
|
||||||
echo "version: $version"
|
echo "version: $version"
|
||||||
for i in "${distfiles}"; do
|
for i in "${distfiles}"; do
|
||||||
echo "distfile: $i"
|
[ -n "$i" ] && echo "distfile: $i"
|
||||||
done
|
done
|
||||||
[ -n "$checksum" ] && echo "checksum: $checksum"
|
[ -n "$checksum" ] && echo "checksum: $checksum"
|
||||||
echo "maintainer: $maintainer"
|
echo "maintainer: $maintainer"
|
||||||
|
|
Loading…
Add table
Reference in a new issue