diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template index 0edb490402..b2cac3bd27 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