Skip to content

Commit

Permalink
fix refactoro
Browse files Browse the repository at this point in the history
fixup commit a3aa51f
  • Loading branch information
mirabilos committed Jan 11, 2025
1 parent 0b4c84d commit 2f7404d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rm -rf site _site
mkdir site
cd docroot
pax -rw . ../site/
set -A torm -- ../site/.jslibs/* ../site/LICENSE.txt ../site/dist
set -A torm -- ../site/LICENSE.txt ../site/dist
[[ -n $IS_ACTUAL_DEBIAN_BUILD ]] || set -A torm+ -- ../site/.jslibs/*
rm "${torm[@]}"
[[ -n $IS_ACTUAL_DEBIAN_BUILD ]] || cp -L .jslibs/* ../site/.jslibs/
Expand Down

0 comments on commit 2f7404d

Please sign in to comment.