common: remove unneccessary 'source's; move extglob.sh to install
This commit is contained in:
parent
ef24b7b7cc
commit
18e288fd2c
4 changed files with 16 additions and 21 deletions
|
@ -1,7 +1,5 @@
|
|||
# This hook generates a XBPS binary package from an installed package in destdir.
|
||||
|
||||
source ${XBPS_COMMONDIR}/environment/pkg/extglob.sh
|
||||
|
||||
genpkg() {
|
||||
local pkgdir="$1" arch="$2" desc="$3" pkgver="$4" binpkg="$5"
|
||||
local _preserve _deps _shprovides _shrequires _gitrevs _provides _conflicts
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# This hook checks for common issues related to void.
|
||||
|
||||
source ${XBPS_COMMONDIR}/environment/pkg/extglob.sh
|
||||
|
||||
hook() {
|
||||
local error=0 filename= rev= libname= conflictPkg= conflictFile=
|
||||
local conflictRev= ignore= found= mapshlibs=$XBPS_COMMONDIR/shlibs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue