xbps-src: make internal var UPPERCASE.

This commit is contained in:
Juan RP 2011-07-03 02:56:55 +02:00
parent fc1d825eac
commit d22024261d
2 changed files with 7 additions and 3 deletions

View file

@ -369,8 +369,7 @@ install|install-destdir)
_pkgname=$(basename_cwd)
fi
setup_tmpl ${_pkgname}
install_destdir_target=no
[ "$target" = "install-destdir" ] && install_destdir_target=yes
[ "$target" = "install-destdir" ] && DESTDIR_ONLY_INSTALL=1
_ORIGINPKG="${_pkgname}"
if [ -z "$in_chroot" -a -z "$base_chroot" ]; then