summaryrefslogtreecommitdiff
path: root/build
blob: 007cdc3e7b7b7a663bb99094889d0d6fcf6015cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/