gcc: got libquadmath condition reversed :(
This commit is contained in:
parent
2026f5efe9
commit
daa17afc1e
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ do_install() {
|
||||||
vinstall ${FILESDIR}/${f}.1 644 usr/share/man/man1 ${f}.1
|
vinstall ${FILESDIR}/${f}.1 644 usr/share/man/man1 ${f}.1
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if ! [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
rm -f ${DESTDIR}/usr/share/info/libquadmath.info
|
rm -f ${DESTDIR}/usr/share/info/libquadmath.info
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue