Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
fix: move globs outside of ""
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Sep 2, 2023
1 parent e5fdb30 commit eb37ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/bling/installers/fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion modules/bling/installers/justfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit eb37ec3

Please sign in to comment.