diff options
Diffstat (limited to 'updater-ng-auto')
-rw-r--r-- | updater-ng-auto/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/updater-ng-auto/Makefile b/updater-ng-auto/Makefile index fdbd5b1..945717a 100644 --- a/updater-ng-auto/Makefile +++ b/updater-ng-auto/Makefile @@ -43,6 +43,9 @@ define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/etc/updater $(INSTALL_CONF) $(PKG_BUILD_DIR)/src/pkgupdate/configs/* $(1)/etc/updater + $(INSTALL_DIR) $(1)/etc/updater/conf.d + touch $(1)/etc/updater/conf.d/.keep + $(INSTALL_DIR) $(1)/etc/updater/hook_preupdate $(INSTALL_DIR) $(1)/etc/updater/hook_postupdate $(INSTALL_DIR) $(1)/etc/updater/hook_reboot_required |