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:
parent
ebd5096abc
commit
b7287a91fe
|
@ -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); \
|
||||
|
|
Loading…
Reference in New Issue