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