summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-06-10 16:13:13 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-06-10 16:13:13 +0200
commitb12f4918c00084056165d2a78829cbab38773584 (patch)
tree08c94935b9d0e92464d404031da286981df6ccba
parent44b8abe7fb94b4e261143dfddb80e7ce41884e4b (diff)
Fix build script lol
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 90ac5ad..7924581 100755
--- a/build
+++ b/build
@@ -414,4 +414,4 @@ wait
find out -name '*.html' -and -not -name 'index.html' -delete
rm data/tmp-data.??
-cp -r out done
+cp -r out/* done