ccache: rebuild with coreutils so that symlinks are correct.

This commit is contained in:
Juan RP 2011-10-16 17:20:34 +02:00
parent d5ab4e7d23
commit d4f19730ba
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Template file for 'ccache'
pkgname=ccache
version=3.1.6
revision=1
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="compiler cache"
@ -16,6 +17,7 @@ long_desc="
bootstrap=yes
Add_dependency run glibc
Add_dependency run zlib
Add_dependency build coreutils
Add_dependency build zlib-devel
post_install()