Edit

IABSD.fr/xenocara/font/alias/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2008-03-20 20:54:57
    Hash : ea34eb06
    Message : Fix my previous attempt to run 'fc-cache -v' at the end of a make build. tested by naddy@.

  • font/alias/Makefile.bsd-wrapper
  • # $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>