summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..007cdc3
--- /dev/null
+++ b/build
@@ -0,0 +1,14 @@
+#!/bin/bash -x
+
+# this is the systemd control file
+mkdir -p files/lib/systemd/system/
+cp forged.service files/lib/systemd/system/
+
+# caddy file. propose this as the dir structure caddy should use
+mkdir -p files/etc/forged/
+cp resources/Makefile files/etc/forged/
+
+# share dir
+mkdir -p files/usr/share/forged/
+cp Makefile files/usr/share/forged/
+cp -a resources files/usr/share/forged/