Kill run_template(), use setup_tmpl() instead.

--HG--
extra : convert_revision : 6aaf4f637d28f476e88c05ee8608e418642a01fa
This commit is contained in:
Juan RP
2009-11-23 05:30:04 +00:00
parent d9dc381cfd
commit dbb02a1930
6 changed files with 15 additions and 29 deletions

View File

@@ -86,7 +86,7 @@ fetch_distfiles()
if [ -f "$XBPS_SRCDISTDIR/$curfile" ]; then
if [ -n "$upcksum" ]; then
fetch_update_cksum $curfile
run_template $pkgname
setup_tmpl $pkgname
fi
for i in ${checksum}; do
@@ -133,7 +133,7 @@ fetch_distfiles()
if [ -n "$upcksum" ]; then
fetch_update_cksum $curfile
run_template $pkgname
setup_tmpl $pkgname
fi
#