summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-05-16 15:47:14 +0200
committerxengineering <me@xengineering.eu>2022-05-16 15:47:14 +0200
commit9903d969d06a89516a8a2501b2841393756d4bb5 (patch)
treea7b098be220d3576a5b6d47e057ea515acdc7427
parente84317c3b7f47f0adfc3f8158156b14ebb68e227 (diff)
downloadwebiot-9903d969d06a89516a8a2501b2841393756d4bb5.tar
webiot-9903d969d06a89516a8a2501b2841393756d4bb5.tar.zst
webiot-9903d969d06a89516a8a2501b2841393756d4bb5.zip
Fix sysusers installation
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 478c032..5db5a67 100644
--- a/Makefile
+++ b/Makefile
@@ -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