diff options
author | xengineering <me@xengineering.eu> | 2022-05-16 15:47:14 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-05-16 15:47:14 +0200 |
commit | 9903d969d06a89516a8a2501b2841393756d4bb5 (patch) | |
tree | a7b098be220d3576a5b6d47e057ea515acdc7427 | |
parent | e84317c3b7f47f0adfc3f8158156b14ebb68e227 (diff) | |
download | webiot-9903d969d06a89516a8a2501b2841393756d4bb5.tar webiot-9903d969d06a89516a8a2501b2841393756d4bb5.tar.zst webiot-9903d969d06a89516a8a2501b2841393756d4bb5.zip |
Fix sysusers installation
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ install: all install -Dm 755 build/$(PROGRAM) $(DESTDIR)$(PREFIX)/bin/$(PROGRAM) install -Dm 644 config.json $(DESTDIR)/etc/$(PROGRAM)/config.json install -Dm 644 systemd/$(PROGRAM).service $(DESTDIR)$(PREFIX)/lib/systemd/system/$(PROGRAM).service - install -Dm 644 systemd/$(PROGRAM).sysusers $(DESTDIR)$(PREFIX)/lib/sysusers.d/$(PROGRAM).sysusers + install -Dm 644 systemd/$(PROGRAM).sysusers $(DESTDIR)$(PREFIX)/lib/sysusers.d/$(PROGRAM).conf debug: go run main.go hs100.go -c private/config.json |