Init, adding corrade,magnum,magnum-plugins,magnum-integration,magnum-extras, and magnum-examples 2025.47_1
This commit is contained in:
11
common/hooks/post-install/00-fixup-gir-path.sh
Normal file
11
common/hooks/post-install/00-fixup-gir-path.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
# This hook removes the symlink necessary to fix the wrong install path of
|
||||
# 'gir' files when cross building packages (see pre-install hook). It's a
|
||||
# workaround and not a proper fix. Remove it once the root cause of the problem
|
||||
# is fixed.
|
||||
|
||||
# Has to be a low number so it runs before remove-empty-dirs
|
||||
|
||||
hook() {
|
||||
[ -z "$CROSS_BUILD" ] && return
|
||||
rm -f "${PKGDESTDIR}/usr/${XBPS_CROSS_TRIPLET}/usr"
|
||||
}
|
||||
Reference in New Issue
Block a user