xbps-src: fix hooks that are expected to be used in subpkgs.

This commit is contained in:
Juan RP 2015-01-14 14:22:18 +01:00
parent 5a7ae5989e
commit aed0f3ee0e
3 changed files with 3 additions and 3 deletions

View file

@ -2,6 +2,6 @@
hook() {
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
rm -f ${DESTDIR}/usr/lib32
rm -f ${PKGDESTDIR}/usr/lib32
fi
}