Bladeren bron

Removed service install because it is not standard

Thomas Davis 12 jaren geleden
bovenliggende
commit
5b915fd2fb
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  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