From 81661cc8deaacbff3497f0c9ef2625e98257ef76 Mon Sep 17 00:00:00 2001 From: radhitya Date: Sun, 21 Jun 2026 13:11:55 +0700 Subject: dot, readme --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a27b1d7..bd66e11 100644 --- a/Makefile +++ b/Makefile @@ -31,11 +31,12 @@ clean: run: build ./$(OUTPUT) -install: build +install: install -d $(DESTDIR)$(BINDIR) install -m 0755 $(OUTPUT) $(DESTDIR)$(BINDIR)/$(BINARY) + install -d $(DESTDIR)/etc/linum/blocklist -install-service: install +install-service: install -d $(DESTDIR)$(SYSTEMD_DIR) install -m 0644 etc/linum.service $(DESTDIR)$(SYSTEMD_DIR)/linum.service -- cgit v1.2.3