Skip to content

Commit

Permalink
fix: bling justfile installer nested just dir
Browse files Browse the repository at this point in the history
idon't create another just directory inside the basic just directory,
just copy the contents
  • Loading branch information
xynydev committed Sep 2, 2023
1 parent 60fa5ca commit d2ab95c
Showing 1 changed file with 1 addition and 1 deletion.
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 d2ab95c

Please sign in to comment.