diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-20 17:11:57 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-20 17:11:57 +0200 |
commit | 2f8e3d31e7872e696e14ead5b264ada4e2500dde (patch) | |
tree | 329bef8c61566acf334ab591b12eca2e25f9a0db | |
parent | d103d7b1634bb24c73d51cb4f3fb4f24239dafde (diff) |
create dir
-rw-r--r-- | contrib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 3f84b22f..f8e0a8eb 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -22,6 +22,7 @@ terms_DATA = \ install-exec-local: pwd find locale/ -name "*.po" + mkdir -p $(termsdir) cp --parents -r $$(find locale/ -name "*.po") $(termsdir) rdatadir=$(datadir)/taler/exchange |