ccache: BOOTSTRAP_PKG_REBUILD is no more.

This commit is contained in:
Juan RP 2012-02-28 11:27:37 +01:00
parent 42d70a0c6c
commit edbb884c3b

View file

@ -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