Bah. Fix info_tmpl() this time.
--HG-- extra : convert_revision : 1beba2e6110298e38650ef8078d334ea5fb419d8
This commit is contained in:
parent
caa31397d9
commit
9b3f2656b0
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…
Reference in New Issue