diff options
author | Sebastian <sebasjm@gmail.com> | 2021-10-04 15:53:15 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2021-10-04 15:53:41 -0300 |
commit | 62f34bf43a204bc370d1b78188a07e4372dbb725 (patch) | |
tree | a40f778a3ab864b68ab3c8156a36070f25aa6edf /contrib | |
parent | 79339ad8f2fc59393afcf8cbb0abe638dff5b85b (diff) |
fix typo
Diffstat (limited to 'contrib')
-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 95571b43..975b6586 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -9,8 +9,8 @@ dist_tmplpkgdata_DATA = \ request_payment.en.must \ show_order_details.en.must -%.must: merchant-backoffice/%.html - cp $< $@ +%.must: merchant-backoffice/%.html + cp $< $@ # Note: only works when building from Git, if you # run maintainer clean against the TGZ, you will |