Install config files first
authorAkira TAGOH <akira@tagoh.org>
Mon, 23 Jul 2012 04:59:16 +0000 (13:59 +0900)
committerAkira TAGOH <akira@tagoh.org>
Mon, 23 Jul 2012 04:59:16 +0000 (13:59 +0900)
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.

conf.d/Makefile.am

index 7f14920..0f6f59c 100644 (file)
@@ -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);                            \