Edit

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

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2012-08-18 10:38:39
    Hash : 77968275
    Message : let build and release proceed through the exact same steps, avoiding nasty surprises... REQUIRES current /usr/share/mk (cd /usr/src/share/mk && make install) okay matthieu@

  • font/alias/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.3 2012/08/18 10:38:39 espie Exp $
    
    afterinstall:
    	@if test -z "$(DESTDIR)"; then \
    		echo "running fc-cache";\
    		fc-cache -s -v ;\
    	else \
    		echo "running fc-cache under $(DESTDIR)";\
    		fc-cache -c ${DESTDIR} -s -v ;\
    	fi
    
    .include <bsd.xorg.mk>