Skip to content

Commit

Permalink
Better packaging conventions for support files
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl committed May 8, 2020
1 parent 47b2388 commit 74ea50b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ support_rpcauth_dir = $(pkgdatadir)/rpcauth
support_rpcauth__DATA = $(top_srcdir)/share/rpcauth/rpcauth.py \
$(top_srcdir)/share/rpcauth/README.md

support_shell_dir = $(pkgdatadir)/shell
support_shell__DATA = $(top_srcdir)/contrib/defi-cli.bash-completion \
$(top_srcdir)/contrib/defi-tx.bash-completion \
$(top_srcdir)/contrib/defid.bash-completion

support_services_dir = $(pkgdatadir)/services
support_services__DATA = $(top_srcdir)/contrib/init/defid.conf \
support_service_dir = $(pkgdatadir)/service
support_service__DATA = $(top_srcdir)/contrib/init/defid.conf \
$(top_srcdir)/contrib/init/defid.init \
$(top_srcdir)/contrib/init/defid.openrc \
$(top_srcdir)/contrib/init/defid.openrcconf \
$(top_srcdir)/contrib/init/defid.service

support_bash_dir = $(datadir)/bash-completion/completions
support_bash__DATA = $(top_srcdir)/contrib/defi-cli.bash-completion \
$(top_srcdir)/contrib/defi-tx.bash-completion \
$(top_srcdir)/contrib/defid.bash-completion

empty :=
space := $(empty) $(empty)

Expand Down

0 comments on commit 74ea50b

Please sign in to comment.