xbps-src/shutils: remove unused $origin_tmpl stuff.

--HG--
extra : convert_revision : de50b832bdd8fc64c1a94856248e749eafac84c9
This commit is contained in:
Juan RP 2009-11-23 02:12:38 +00:00
parent 38496b3618
commit 16808930aa
2 changed files with 1 additions and 12 deletions

View file

@ -48,12 +48,6 @@ install_pkg()
setup_tmpl $curpkgn
fi
#
# If we are the originator package save the path for this template in
# other var for future use.
#
[ -z "$origin_tmpl" ] && origin_tmpl=$pkgname
if [ -z "$base_chroot" -a -z "$in_chroot" ]; then
. $XBPS_SHUTILSDIR/chroot.sh
[ -n "$install_destdir_target" ] && cdestdir=yes