mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-07 13:58:03 +00:00
fix: move globs outside of ""
This commit is contained in:
@@ -3,4 +3,4 @@
|
|||||||
# Tell build process to exit if there are any errors.
|
# Tell build process to exit if there are any errors.
|
||||||
set -oue pipefail
|
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"
|
||||||
@@ -3,4 +3,4 @@
|
|||||||
# Tell build process to exit if there are any errors.
|
# Tell build process to exit if there are any errors.
|
||||||
set -oue pipefail
|
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"
|
||||||
Reference in New Issue
Block a user