From 6073ddbb9490ddca180f4113f2c5ce84ee39136e Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 16 May 2022 14:34:24 +0200 Subject: Remove unnecessary mkdir in Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0ce76c2..478c032 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,7 @@ clean: install: all install -Dm 755 build/$(PROGRAM) $(DESTDIR)$(PREFIX)/bin/$(PROGRAM) - mkdir -p $(DESTDIR)/etc/$(PROGRAM) - install -Dm 644 config.json $(DESTDIR)/etc/$(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 -- cgit v1.2.3-70-g09d2