This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
|
# This hook removes the wordsize specific libdir symlink.
|
|
|
|
hook() {
|
|
if [ "${pkgname}" != "base-files" ]; then
|
|
rm -f ${PKGDESTDIR}/usr/lib${XBPS_TARGET_WORDSIZE}
|
|
fi
|
|
}
|