aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 713b056ac..1b4e04b15 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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