From 6bcc54bfd852a9ba17189f9bb2c69b2f7f3c898b Mon Sep 17 00:00:00 2001 From: R1dO Date: Fri, 17 Nov 2017 14:31:42 +0100 Subject: [PATCH] Remove makefile systemd install target Fixes a ``make install`` error due to missing directory. Caused by the systemd script removal in commit 38caa9c --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 0324453..d511853 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,3 @@ SYSTEMD_DIR = $(DESTDIR)$(PREFIX)/lib/systemd/system install: @./find_snapper_config || sed -i 's@^SNAPPER_CONFIG.*@SNAPPER_CONFIG='$(SNAPPER_CONFIG)'@g' bin/$(PKGNAME) @install -Dm755 bin/* -t $(BIN_DIR)/ - @install -Dm644 systemd/* -t $(SYSTEMD_DIR)/