Remove makefile systemd install target

Fixes a ``make install`` error due to missing directory.
Caused by the systemd script removal in commit 38caa9c
This commit is contained in:
R1dO
2017-11-17 14:31:42 +01:00
parent 0875b5e31c
commit 6bcc54bfd8

View File

@@ -27,4 +27,3 @@ SYSTEMD_DIR = $(DESTDIR)$(PREFIX)/lib/systemd/system
install: install:
@./find_snapper_config || sed -i 's@^SNAPPER_CONFIG.*@SNAPPER_CONFIG='$(SNAPPER_CONFIG)'@g' bin/$(PKGNAME) @./find_snapper_config || sed -i 's@^SNAPPER_CONFIG.*@SNAPPER_CONFIG='$(SNAPPER_CONFIG)'@g' bin/$(PKGNAME)
@install -Dm755 bin/* -t $(BIN_DIR)/ @install -Dm755 bin/* -t $(BIN_DIR)/
@install -Dm644 systemd/* -t $(SYSTEMD_DIR)/