|
@@ -108,7 +108,6 @@ install: build
|
|
|
ifeq ($(TARGET_OS),LINUX)
|
|
|
install -Dm755 "$(CPROG)" "$(INSTALL_DIR)/usr/bin/$(CPROG)"
|
|
|
install -Dm644 "distribution/arch/$(CPROG).conf" "$(INSTALL_DIR)/etc/$(CPROG)/$(CPROG).conf"
|
|
|
- install -Dm644 "distribution/arch/$(CPROG).service" "$(INSTALL_DIR)/usr/lib/systemd/system/$(CPROG).service"
|
|
|
install -d "$(INSTALL_DIR)/usr/share/$(CPROG)"
|
|
|
install -m644 "UserManual.md" "README.md" "$(INSTALL_DIR)/usr/share/$(CPROG)"
|
|
|
endif
|