From 381567ea069353e8c02f8861754fd0bb87454c6a Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Mon, 6 Jun 2022 10:22:48 -0400
Subject: [PATCH] ISTWCMS-5597: updating copy fonts command one more time in
 build ohana script

---
 build_ohana.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_ohana.sh b/build_ohana.sh
index 284e5ddd..bac12c53 100755
--- a/build_ohana.sh
+++ b/build_ohana.sh
@@ -61,7 +61,7 @@ fi
 
 echo "**************************************************************************************"
 echo "Copying fonts ..."
-cp -r "$DRUPAL_PATH/web/fonts/" dist/fonts
+cp -r "$DRUPAL_PATH/web/fonts/*" dist/fonts
 echo "**************************************************************************************"
 echo "Done copying fonts."
 
-- 
GitLab