mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
Bah. Fix info_tmpl() this time.
--HG-- extra : convert_revision : 1beba2e6110298e38650ef8078d334ea5fb419d8
This commit is contained in:
parent
caa31397d9
commit
9b3f2656b0
1 changed files with 1 additions and 1 deletions
2
pkgfs.sh
2
pkgfs.sh
|
@ -188,7 +188,7 @@ info_tmpl()
|
|||
echo "short_desc: $short_desc"
|
||||
echo "$long_desc"
|
||||
echo
|
||||
check_build_depends_tmpl $pkg-$version
|
||||
check_build_depends_tmpl $pkgname-$version
|
||||
if [ "$?" -eq 0 ]; then
|
||||
local list="$($db_cmd -V btree $PKGFS_BUILD_DEPS_DB $pkgname)"
|
||||
echo "This package requires the following dependencies to be built:"
|
||||
|
|
Loading…
Add table
Reference in a new issue