diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-16 17:48:26 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-16 17:48:26 +0100 |
commit | 800279788f6a6c3ee0a4912ed6e0331017537298 (patch) | |
tree | 2580d5e107edb80173f103e1c4f2c37ff8f95561 /contrib | |
parent | 0cafdf5efce0a115753e4109c657b4532900ab03 (diff) |
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/Makefile.am.in b/contrib/Makefile.am.in index 9ae18eb3..fa57a851 100644 --- a/contrib/Makefile.am.in +++ b/contrib/Makefile.am.in @@ -1,8 +1,8 @@ # This file is in the public domain. -tmplpkgdatadir = $(prefix)/share/taler/merchant/templates/ -staticpkgdatadir = $(prefix)/share/taler/merchant/static/ -spapkgdatadir = $(prefix)/share/taler/merchant/spa/ +tmplpkgdatadir = $(prefix)/share/taler-merchant/templates/ +staticpkgdatadir = $(prefix)/share/taler-merchant/static/ +spapkgdatadir = $(prefix)/share/taler-merchant/spa/ bin_SCRIPTS = \ taler-merchant-dbconfig |