On Jul 23, 2012 3:24 AM, "Akira TAGOH" <tagoh@xxxxxxxxxxxxxxxxxxxxxx> wrote:
conf.d/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b7287a91fedc8b3ba2f566a17e4c5a00222ca76e
Author: Akira TAGOH <akira@xxxxxxxxx>
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); \
_______________________________________________
Fontconfig mailing list
Fontconfig@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/fontconfig
_______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig