ccache: remove obsolete symlinks.

This commit is contained in:
Juan RP 2014-08-25 13:31:56 +02:00
parent 1651516c83
commit 2ebebbaa70

View file

@ -1,7 +1,7 @@
# Template file for 'ccache' # Template file for 'ccache'
pkgname=ccache pkgname=ccache
version=3.1.9 version=3.1.9
revision=3 revision=4
bootstrap=yes bootstrap=yes
build_style=gnu-configure build_style=gnu-configure
makedepends="zlib-devel" makedepends="zlib-devel"
@ -16,7 +16,7 @@ post_install() {
vmkdir usr/lib/ccache/bin vmkdir usr/lib/ccache/bin
for f in gcc cc c++ cpp g++; do for f in gcc cc c++ cpp g++; do
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f} 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} ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${x}-${f}
done done
done done