mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
ccache: add mips-linux-muslhf symlinks
This commit is contained in:
parent
ed313b9df5
commit
bb8a28d4ea
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ccache'
|
# Template file for 'ccache'
|
||||||
pkgname=ccache
|
pkgname=ccache
|
||||||
version=3.3.4
|
version=3.3.4
|
||||||
revision=2
|
revision=3
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
@ -19,7 +19,7 @@ post_install() {
|
||||||
for x in arm-linux-gnueabi arm-linux-gnueabihf armv7l-linux-gnueabihf \
|
for x in arm-linux-gnueabi arm-linux-gnueabihf armv7l-linux-gnueabihf \
|
||||||
arm-linux-musleabihf armv7l-linux-musleabihf aarch64-linux-gnu \
|
arm-linux-musleabihf armv7l-linux-musleabihf aarch64-linux-gnu \
|
||||||
i686-pc-linux-gnu aarch64-linux-musl i686-linux-musl \
|
i686-pc-linux-gnu aarch64-linux-musl i686-linux-musl \
|
||||||
mips-linux-musl mipsel-linux-musl mipsel-linux-muslhf; do
|
mips-linux-musl mips-linux-muslhf mipsel-linux-musl mipsel-linux-muslhf; do
|
||||||
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${x}-${f}
|
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${x}-${f}
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue