ccache: BOOTSTRAP_PKG_REBUILD is no more.
This commit is contained in:
parent
42d70a0c6c
commit
edbb884c3b
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue