Преглед изворни кода

Removed service install because it is not standard

Thomas Davis пре 12 година
родитељ
комит
5b915fd2fb
1 измењених фајлова са 0 додато и 1 уклоњено
  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