diff options
author | Enno Boland <gottox@voidlinux.eu> | 2015-11-18 09:00:56 +0000 |
---|---|---|
committer | Enno Boland <gottox@voidlinux.eu> | 2015-11-18 09:21:33 +0000 |
commit | 18e288fd2c9ef42ee7beff5f6a4eee888f197185 (patch) | |
tree | ab9129536febdd050258905ea41a94b297ea0714 /common/hooks/pre-pkg | |
parent | ef24b7b7cc53b654924da9ece818fc0aa1c26d01 (diff) | |
download | void-packages-18e288fd2c9ef42ee7beff5f6a4eee888f197185.tar void-packages-18e288fd2c9ef42ee7beff5f6a4eee888f197185.tar.gz void-packages-18e288fd2c9ef42ee7beff5f6a4eee888f197185.tar.bz2 void-packages-18e288fd2c9ef42ee7beff5f6a4eee888f197185.tar.lz void-packages-18e288fd2c9ef42ee7beff5f6a4eee888f197185.tar.xz void-packages-18e288fd2c9ef42ee7beff5f6a4eee888f197185.tar.zst void-packages-18e288fd2c9ef42ee7beff5f6a4eee888f197185.zip |
common: remove unneccessary 'source's; move extglob.sh to install
Diffstat (limited to 'common/hooks/pre-pkg')
-rw-r--r-- | common/hooks/pre-pkg/99-pkglint.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/hooks/pre-pkg/99-pkglint.sh b/common/hooks/pre-pkg/99-pkglint.sh index d584b78d7a1..e9015e25365 100644 --- a/common/hooks/pre-pkg/99-pkglint.sh +++ b/common/hooks/pre-pkg/99-pkglint.sh @@ -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 |