From 9b3f2656b05260119872f018a954ec050d7ed250 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 7 Oct 2008 04:07:50 +0200 Subject: [PATCH] Bah. Fix info_tmpl() this time. --HG-- extra : convert_revision : 1beba2e6110298e38650ef8078d334ea5fb419d8 --- pkgfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgfs.sh b/pkgfs.sh index 48143511541..7fdff52a940 100755 --- a/pkgfs.sh +++ b/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:"