Don't run fc-cache on make install if DESTDIR is set. Instead; run it from
Xinstall.sh after XFree86 is installed.
This commit is contained in:
parent
28e413038d
commit
1ce2a1bbad
|
@ -10,4 +10,6 @@ ComplexProgramTarget(fc-cache)
|
|||
LinkBuildBinary(ProgramTargetName(fc-cache))
|
||||
|
||||
install::
|
||||
FC_DEBUG=128 $(FCCACHE) -v
|
||||
if [ x$${DESTDIR} = x ]; then \
|
||||
FC_DEBUG=128 $(FCCACHE) -v ;\
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue