summaryrefslogtreecommitdiff
path: root/build
blob: 7700b7f3f2e9674c33e9d78e0fc1448af8e148e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash -x

# this is the systemd control file
mkdir -p  files/lib/systemd/system/
cp zood.service files/lib/systemd/system/

mkdir -p files/usr/share/bash-completion/completions/
zood --bash > files/usr/share/bash-completion/completions/zood

mkdir -p  files/usr/lib/zood/
cp Makefile.help files/usr/lib/zood/Makefile