[Fontconfig] fontconfig: Branch 'master'

Akira TAGOH tagoh at kemper.freedesktop.org
Sun Jul 22 23:26:47 PDT 2012


 conf.d/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b7287a91fedc8b3ba2f566a17e4c5a00222ca76e
Author: Akira TAGOH <akira at tagoh.org>
Date:   Mon Jul 23 13:59:16 2012 +0900

    Install config files first
    
    Use install-data-hook instead of install-data-local.
    This allows on the real installation to create a symlink with
    the broken ln command though, still not work with the pseudo
    installation by using DESTDIR say.

diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am
index 7f14920..0f6f59c 100644
--- a/conf.d/Makefile.am
+++ b/conf.d/Makefile.am
@@ -76,7 +76,7 @@ template_DATA =				\
 	80-delicious.conf		\
 	90-synthetic.conf
 
-install-data-local:
+install-data-hook:
 	mkdir -p $(DESTDIR)$(configdir)
 	@(echo cd $(DESTDIR)$(configdir);			\
 	  cd $(DESTDIR)$(configdir);				\


More information about the Fontconfig mailing list