diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-07-23 13:59:16 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-07-23 13:59:16 +0900 |
commit | b7287a91fedc8b3ba2f566a17e4c5a00222ca76e (patch) | |
tree | 2a31ec226557e31b402357dc81cd2aca0e384051 /conf.d | |
parent | ebd5096abc495550596861b6af2aae067e861553 (diff) |
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.
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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); \ |