ccache: remove obsolete symlinks.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Template file for 'ccache'
|
||||
pkgname=ccache
|
||||
version=3.1.9
|
||||
revision=3
|
||||
revision=4
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel"
|
||||
@@ -16,7 +16,7 @@ post_install() {
|
||||
vmkdir usr/lib/ccache/bin
|
||||
for f in gcc cc c++ cpp g++; do
|
||||
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}
|
||||
for x in arm-linux-gnueabi arm-linux-gnueabihf arm-linux-gnueabihf7; do
|
||||
for x in arm-linux-gnueabi arm-linux-gnueabihf; do
|
||||
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${x}-${f}
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user