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.
This commit is contained in:
Akira TAGOH 2012-07-23 13:59:16 +09:00
parent ebd5096abc
commit b7287a91fe
1 changed files with 1 additions and 1 deletions

View 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); \