From 5b47f88da3afc2d3c6091adc49ea7270fc3edcb4 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Mon, 6 Jun 2022 10:07:49 -0400 Subject: [PATCH] ISTWCMS-5597: updating fonts path 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 ebc7f94c..ba6cc913 100755 --- a/build_ohana.sh +++ b/build_ohana.sh @@ -61,7 +61,7 @@ fi echo "**************************************************************************************" echo "Copying fonts ..." -cp "$DRUPAL_PATH/fonts/*" dist/fonts +cp "$DRUPAL_PATH/web/fonts/*" dist/fonts echo "**************************************************************************************" echo "Done copying fonts." -- GitLab