diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-23 09:31:29 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-23 09:31:29 +0200 |
commit | b4c18ef77c4b2806ed1aa1cbebebc8ceb3f9f657 (patch) | |
tree | a88030213a49b41327d718f19f44776b486b686a | |
parent | fcaf43c67a4a4380a021d33b63e41d762ec3aa1d (diff) |
FIXMEs were done
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -47,14 +47,12 @@ truncate -s -2 Makefile.am.ext echo "" >> Makefile.am.ext echo 'dist_kycspapkgdata_DATA = \' >> Makefile.am.ext -# FIXME: replace aml-backoffice with kyc-ui once ready! find wallet-core/kyc/ -type f | sort | awk '{print " " $1 " \\" }' >> Makefile.am.ext # Remove extra '\' at the end of the file truncate -s -2 Makefile.am.ext echo "" >> Makefile.am.ext echo 'dist_auditorspapkgdata_DATA = \' >> Makefile.am.ext -# FIXME: replace aml-backoffice with auditor-backoffice once ready! find wallet-core/auditor-backoffice/ -type f | sort | awk '{print " " $1 " \\" }' >> Makefile.am.ext # Remove extra '\' at the end of the file truncate -s -2 Makefile.am.ext |