mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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
|
bootstrap=yes
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
|
|
||||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
post_install() {
|
||||||
Add_dependency build coreutils
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install()
|
|
||||||
{
|
|
||||||
vmkdir usr/lib/ccache/bin
|
vmkdir usr/lib/ccache/bin
|
||||||
cd ${DESTDIR}/usr/lib/ccache/bin
|
cd ${DESTDIR}/usr/lib/ccache/bin
|
||||||
for f in cc c++ cpp g++; do
|
for f in cc c++ cpp g++; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue