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:
1
Makefile
1
Makefile
@@ -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)/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user