summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-08 11:36:46 -0500
committerJeff Carr <[email protected]>2024-10-11 17:15:57 -0500
commitd827c398f00e965f5b57447c7d730f96442e1173 (patch)
tree0b89a8c17918ecdbb28887e4b228ab746517939c /build
parentc6be85e92f00b527ccd2e7bf55f804f9a1619e88 (diff)
try to rename as gowebd
put the HTML assets raw in the binary also I'm how old and still committed a binary. squashed Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'build')
-rwxr-xr-xbuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/build b/build
index 0128ce5..f0a2833 100755
--- a/build
+++ b/build
@@ -7,9 +7,10 @@ cp gowebd.service files/lib/systemd/system/
# caddy file. propose this as the dir structure caddy should use
mkdir -p files/etc/gowebd/
cp Caddyfile.go.wit.com files/etc/gowebd/
-cp resources/repomap files/etc/gowebd/
+cp resources/Makefile files/etc/gowebd/
# share dir
mkdir -p files/usr/share/gowebd/
cp Makefile files/usr/share/gowebd/
-cp resources/repomap files/usr/share/gowebd/go.wit.com
+cp -a resources/repomap files/usr/share/gowebd/go.wit.com
+cp -a resources files/usr/share/gowebd/