diff options
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ 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/aml-backoffice/ -type f | sort | awk '{print " " $1 " \\" }' >> Makefile.am.ext +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 |