From edbb884c3bbeef6e3c0a179698665ad9a817cc4a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Feb 2012 11:27:37 +0100 Subject: [PATCH] ccache: BOOTSTRAP_PKG_REBUILD is no more. --- srcpkgs/ccache/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template index 0edb490402e..b2cac3bd278 100644 --- a/srcpkgs/ccache/template +++ b/srcpkgs/ccache/template @@ -16,12 +16,7 @@ long_desc=" bootstrap=yes Add_dependency build zlib-devel -if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then - Add_dependency build coreutils -fi - -post_install() -{ +post_install() { vmkdir usr/lib/ccache/bin cd ${DESTDIR}/usr/lib/ccache/bin for f in cc c++ cpp g++; do