Fix my previous attempt to run 'fc-cache -v' at the end of

a make build. tested by naddy@.
This commit is contained in:
matthieu 2008-03-20 20:54:57 +00:00
parent b3afb49cf6
commit ea34eb06d9
2 changed files with 8 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2007/06/01 01:05:25 matthieu Exp $
# $OpenBSD: Makefile,v 1.4 2008/03/20 20:54:57 matthieu Exp $
# util must come 1st, alias must come last
SUBDIR= util encodings \
@ -15,13 +15,6 @@ SUBDIR= util encodings \
EXTRAS= bitstream-vera-ttf
afterinstall:
@if test -z "$(DESTDIR)"; then \
echo "running fc-cache";\
fc-cache -s -v ;\
fi
.include <bsd.subdir.mk>
build: _SUBDIRUSE

View File

@ -1,3 +1,9 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2008/03/20 20:54:57 matthieu Exp $
afterinstall:
@if test -z "$(DESTDIR)"; then \
echo "running fc-cache";\
fc-cache -s -v ;\
fi
.include <bsd.xorg.mk>