fix: move globs outside of ""

This commit is contained in:
ER
2023-09-02 20:59:04 +03:00
parent e5fdb304b4
commit eb37ec35b4
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
cp -r "$BLING_DIRECTORY"/files/usr/share/fonts/* "/usr/share/fonts"

View File

@@ -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"
cp -r "$BLING_DIRECTORY"/files/usr/share/ublue-os/just/* "/usr/share/ublue-os/just"