blob: 26ff29a1736a6579cfe4277549fc7c8c31e461b2 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash -x
# this is the systemd control file
mkdir -p files/lib/systemd/system/
cp gus.service files/lib/systemd/system/
mkdir -p files/usr/lib/gus/
cp Makefile.help files/usr/lib/gus/Makefile
|