diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-01-29 10:14:33 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-01-29 10:14:33 +0100 |
commit | dea5961d96a697448ed521427767ce147cf26fb2 (patch) | |
tree | a942b4f74339809717328e3f6afc37b9bf185052 /updater-ng/Makefile | |
parent | 0fbfaf75f3fba0cff8f1fdbff2b87fe7dfa9ff0c (diff) | |
download | openwrt-personal-pkgs-dea5961d96a697448ed521427767ce147cf26fb2.tar.gz openwrt-personal-pkgs-dea5961d96a697448ed521427767ce147cf26fb2.tar.bz2 openwrt-personal-pkgs-dea5961d96a697448ed521427767ce147cf26fb2.zip |
updater-ng: fix build
Diffstat (limited to 'updater-ng/Makefile')
-rw-r--r-- | updater-ng/Makefile | 2 |
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 |