diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-09-04 23:41:52 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-09-04 23:41:52 +0200 |
commit | 6a03bac1de2a07c9b5e74ad9b446722913c1de2c (patch) | |
tree | 60270dbcf9956df281da47b9a1c31fce21acaf2d /contrib/Makefile.am | |
parent | 7a2deeea43da22b239b9009c82258aa11b1f3d67 (diff) |
update debian package rules
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 40282db86..97962ebd2 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -22,8 +22,8 @@ terms_DATA = \ install-exec-local: pwd find locale/ -name "*.po" - mkdir -p $(DESTDIR)$(termsdir) - cp --parents -r $$(find locale/ -name "*.po") $(DESTDIR)$(termsdir) + mkdir -p $(DESTDIR)$(datadir) + cp --parents -r $$(find locale/ -name "*.po") $(DESTDIR)$(datadir) rdatadir=$(datadir)/taler/exchange rdata_DATA = \ |