xbps-src: source install_files.sh for v funcs in templates.
This commit is contained in:
parent
7984b39928
commit
3bb5c279df
1 changed files with 2 additions and 0 deletions
|
@ -283,6 +283,8 @@ set_tmpl_common_vars()
|
|||
{
|
||||
[ -z "$pkgname" ] && return 1
|
||||
|
||||
. $XBPS_SHUTILSDIR/install_files.sh
|
||||
|
||||
FILESDIR=$XBPS_SRCPKGDIR/$pkgname/files
|
||||
PATCHESDIR=$XBPS_SRCPKGDIR/$pkgname/patches
|
||||
DESTDIR=${XBPS_DESTDIR}/${pkgname}-${version}
|
||||
|
|
Loading…
Reference in a new issue