mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 21:43:13 +02:00
musl: add vlicense.
This commit is contained in:
parent
0cc34a48fa
commit
2548bc18a8
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'musl'.
|
# Template file for 'musl'.
|
||||||
pkgname=musl
|
pkgname=musl
|
||||||
version=1.1.12
|
version=1.1.12
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
||||||
conflicts="glibc>=0"
|
conflicts="glibc>=0"
|
||||||
|
@ -39,6 +39,7 @@ do_install() {
|
||||||
# Create xbps.d(5) arch override file
|
# Create xbps.d(5) arch override file
|
||||||
vmkdir usr/share/xbps.d
|
vmkdir usr/share/xbps.d
|
||||||
echo "architecture=${XBPS_TARGET_MACHINE}" > ${DESTDIR}/usr/share/xbps.d/musl-arch.conf
|
echo "architecture=${XBPS_TARGET_MACHINE}" > ${DESTDIR}/usr/share/xbps.d/musl-arch.conf
|
||||||
|
vlicense COPYRIGHT
|
||||||
if [ "$XBPS_TARGET_MACHINE" = mipsel-musl ]; then
|
if [ "$XBPS_TARGET_MACHINE" = mipsel-musl ]; then
|
||||||
ln -s libc.so ${DESTDIR}/usr/lib/ld-musl-mipsel.so.1
|
ln -s libc.so ${DESTDIR}/usr/lib/ld-musl-mipsel.so.1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue