summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-01-29 10:14:33 +0100
committerKarel Kočí <karel.koci@nic.cz>2019-01-29 10:14:33 +0100
commitdea5961d96a697448ed521427767ce147cf26fb2 (patch)
treea942b4f74339809717328e3f6afc37b9bf185052
parent0fbfaf75f3fba0cff8f1fdbff2b87fe7dfa9ff0c (diff)
downloadopenwrt-personal-pkgs-dea5961d96a697448ed521427767ce147cf26fb2.tar.gz
openwrt-personal-pkgs-dea5961d96a697448ed521427767ce147cf26fb2.tar.bz2
openwrt-personal-pkgs-dea5961d96a697448ed521427767ce147cf26fb2.zip
updater-ng: fix build
-rw-r--r--updater-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater-ng/Makefile b/updater-ng/Makefile
index 7cd036f..00ee314 100644
--- a/updater-ng/Makefile
+++ b/updater-ng/Makefile
@@ -51,7 +51,7 @@ define Package/$(PKG_NAME)/install
$(INSTALL_CONF) ./files/updater.config $(1)/etc/config/updater
$(INSTALL_DIR) $(1)/etc/init.d
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/pkgupdate/init $(1)/etc/init.d/updater
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/supervisor/init $(1)/etc/init.d/updater-journal-recover
endef
define Package/$(PKG_NAME)/conffiles