mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
xbps-src: move wrappers to common/wrappers.
This commit is contained in:
parent
62a643d5c7
commit
0be33d385a
3 changed files with 2 additions and 3 deletions
|
@ -80,9 +80,8 @@ _EOF
|
|||
}
|
||||
|
||||
install_wrappers() {
|
||||
for f in install ldconfig; do
|
||||
install -m0755 ${XBPS_COMMONDIR}/hooks/pre-configure/${f}-wrapper \
|
||||
${XBPS_WRAPPERDIR}/${f}
|
||||
for f in ${XBPS_COMMONDIR}/wrappers/*.sh; do
|
||||
install -m0755 ${f} ${XBPS_WRAPPERDIR}/$(basename ${f%.sh})
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue