Bah. Fix info_tmpl() this time.

--HG--
extra : convert_revision : 1beba2e6110298e38650ef8078d334ea5fb419d8
This commit is contained in:
Juan RP 2008-10-07 04:07:50 +02:00
parent caa31397d9
commit 9b3f2656b0
1 changed files with 1 additions and 1 deletions

View File

@ -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:"