Merge pull request #57 from R1dO/fix-Makefile_systemd_service

Remove makefile systemd install target
This commit is contained in:
James “Wes” Barnett
2017-11-17 11:27:28 -05:00
committed by GitHub

View File

@@ -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)/