aboutsummaryrefslogtreecommitdiff
path: root/system/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-11 20:00:41 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-11 20:02:42 +0200
commit5b3679958264327da2875ca2d0fd44f321cf9e2c (patch)
treeccb5c196d1c29e75114c93545e4c02e78f22a25b /system/Makefile
parentFix name collision in server entry-point. (diff)
downloadcalp-5b3679958264327da2875ca2d0fd44f321cf9e2c.tar.gz
calp-5b3679958264327da2875ca2d0fd44f321cf9e2c.tar.xz
Replace systemd service with working, remove PKGBUILD.
Diffstat (limited to 'system/Makefile')
-rw-r--r--system/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/Makefile b/system/Makefile
new file mode 100644
index 00000000..8c9e43ce
--- /dev/null
+++ b/system/Makefile
@@ -0,0 +1,4 @@
+.PHONY: install
+
+install:
+ install -m644 -D systemd/user/calp.service $(DESTDIR)/usr/lib/systemd/user/calp.service