From eb37ec35b4723fe1ea0d748e0a768ea39e0017a8 Mon Sep 17 00:00:00 2001 From: ER Date: Sat, 2 Sep 2023 20:59:04 +0300 Subject: [PATCH] fix: move globs outside of "" --- modules/bling/installers/fonts.sh | 2 +- modules/bling/installers/justfiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/bling/installers/fonts.sh b/modules/bling/installers/fonts.sh index 40a866bfe0..dda91f7747 100644 --- a/modules/bling/installers/fonts.sh +++ b/modules/bling/installers/fonts.sh @@ -3,4 +3,4 @@ # Tell build process to exit if there are any errors. set -oue pipefail -cp -r "$BLING_DIRECTORY/files/usr/share/fonts/*" "/usr/share/fonts" \ No newline at end of file +cp -r "$BLING_DIRECTORY"/files/usr/share/fonts/* "/usr/share/fonts" \ No newline at end of file diff --git a/modules/bling/installers/justfiles.sh b/modules/bling/installers/justfiles.sh index 9c44945c1d..d976305981 100644 --- a/modules/bling/installers/justfiles.sh +++ b/modules/bling/installers/justfiles.sh @@ -3,4 +3,4 @@ # Tell build process to exit if there are any errors. set -oue pipefail -cp -r "$BLING_DIRECTORY/files/usr/share/ublue-os/just/*" "/usr/share/ublue-os/just" \ No newline at end of file +cp -r "$BLING_DIRECTORY"/files/usr/share/ublue-os/just/* "/usr/share/ublue-os/just" \ No newline at end of file