Added tmpl_vars util. Common vars that can be used in templates.
--HG-- extra : convert_revision : 68393e79e5f25d622d9142bf73b09b24ced28733
This commit is contained in:
parent
5e1a3be905
commit
93f485a4e9
15 changed files with 19 additions and 24 deletions
|
@ -92,6 +92,7 @@ setup_tmpl()
|
|||
|
||||
if [ -f "$XBPS_TEMPLATESDIR/$pkg.tmpl" ]; then
|
||||
if [ "$pkgname" != "$pkg" ]; then
|
||||
. $XBPS_SHUTILSDIR/tmpl_vars.sh
|
||||
. $XBPS_TEMPLATESDIR/$pkg.tmpl
|
||||
fi
|
||||
prepare_tmpl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue