musl: fix mipsel-musl build; symlink already exists.

This commit is contained in:
Juan RP 2016-04-26 09:15:16 +02:00
parent 66ba3f5a64
commit 90e4e9f423

View file

@ -42,9 +42,6 @@ do_install() {
vmkdir usr/share/xbps.d
echo "architecture=${XBPS_TARGET_MACHINE}" > ${DESTDIR}/usr/share/xbps.d/musl-arch.conf
vlicense COPYRIGHT
if [ "$XBPS_TARGET_MACHINE" = mipsel-musl ]; then
ln -s libc.so ${DESTDIR}/usr/lib/ld-musl-mipsel.so.1
fi
}
musl-devel_package() {