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'.
|
||||
pkgname=musl
|
||||
version=1.1.12
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
||||
conflicts="glibc>=0"
|
||||
|
@ -39,6 +39,7 @@ do_install() {
|
|||
# Create xbps.d(5) arch override file
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue