<div class="gmail_quote">On Jul 23, 2012 3:24 AM, "Akira TAGOH" <<a href="mailto:tagoh@kemper.freedesktop.org">tagoh@kemper.freedesktop.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
conf.d/Makefile.am | 2 +-<br>
1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
New commits:<br>
commit b7287a91fedc8b3ba2f566a17e4c5a00222ca76e<br>
Author: Akira TAGOH <<a href="mailto:akira@tagoh.org">akira@tagoh.org</a>><br>
Date: Mon Jul 23 13:59:16 2012 +0900<br>
<br>
Install config files first<br>
<br>
Use install-data-hook instead of install-data-local.<br>
This allows on the real installation to create a symlink with<br>
the broken ln command though, still not work with the pseudo<br>
installation by using DESTDIR say.<br>
<br>
diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am<br>
index 7f14920..0f6f59c 100644<br>
--- a/conf.d/Makefile.am<br>
+++ b/conf.d/Makefile.am<br>
@@ -76,7 +76,7 @@ template_DATA = \<br>
80-delicious.conf \<br>
90-synthetic.conf<br>
<br>
-install-data-local:<br>
+install-data-hook:<br>
mkdir -p $(DESTDIR)$(configdir)<br>
@(echo cd $(DESTDIR)$(configdir); \<br>
cd $(DESTDIR)$(configdir); \<br>
_______________________________________________<br>
Fontconfig mailing list<br>
<a href="mailto:Fontconfig@lists.freedesktop.org">Fontconfig@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/fontconfig" target="_blank">http://lists.freedesktop.org/mailman/listinfo/fontconfig</a><br>
</blockquote></div>