summaryrefslogtreecommitdiff
path: root/updater-ng/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-01-30 10:33:50 +0100
committerKarel Kočí <karel.koci@nic.cz>2019-01-30 10:33:50 +0100
commitee4bc85083daf4c83787b33c1094c4014ce2159e (patch)
tree9079af2025a67a64dcc0d8af76420428b9923984 /updater-ng/Makefile
parentc607772f8cfc500a6aac0fd8b2737e13622d13ed (diff)
downloadopenwrt-personal-pkgs-ee4bc85083daf4c83787b33c1094c4014ce2159e.tar.gz
openwrt-personal-pkgs-ee4bc85083daf4c83787b33c1094c4014ce2159e.tar.bz2
openwrt-personal-pkgs-ee4bc85083daf4c83787b33c1094c4014ce2159e.zip
updater-ng: fix compilation
Diffstat (limited to 'updater-ng/Makefile')
-rw-r--r--updater-ng/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/updater-ng/Makefile b/updater-ng/Makefile
index 90b8269..d06de66 100644
--- a/updater-ng/Makefile
+++ b/updater-ng/Makefile
@@ -1,5 +1,5 @@
#
-## Copyright (C) 2016-2017 CZ.NIC z.s.p.o. (http://www.nic.cz/)
+## Copyright (C) 2016-2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
#
## This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -68,7 +68,7 @@ define Py3Package/$(PKG_NAME)-supervisor/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/supervisor/updater-supervisor $(1)/usr/bin/
$(INSTALL_DIR) $(1)/etc/init.d
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/supervisor/init $(1)/etc/init.d/updater-journal-recover
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/supervisor/immediate_reboot.init $(1)/etc/init.d/updater-journal-recover
$(INSTALL_DIR) $(1)/etc/cron.d
$(INSTALL_CONF) $(PKG_BUILD_DIR)/src/supervisor/cron $(1)/etc/cron.d/updater