Init, adding corrade,magnum,magnum-plugins,magnum-integration,magnum-extras, and magnum-examples 2025.47_1
This commit is contained in:
10
common/hooks/pre-install/00-libdir.sh
Normal file
10
common/hooks/pre-install/00-libdir.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
# This hook creates the wordsize specific libdir symlink.
|
||||
|
||||
hook() {
|
||||
if [ -L ${PKGDESTDIR}/usr/lib${XBPS_TARGET_WORDSIZE} ]; then
|
||||
return 0
|
||||
elif [ "${pkgname}" != "base-files" ]; then
|
||||
vmkdir usr/lib
|
||||
ln -sf lib ${PKGDESTDIR}/usr/lib${XBPS_TARGET_WORDSIZE}
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user