Explorar o código

Removed service install because it is not standard

Thomas Davis %!s(int64=12) %!d(string=hai) anos
pai
achega
5b915fd2fb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Makefile

+ 0 - 1
Makefile

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