diff --git a/package/lean/ddns-scripts_aliyun/Makefile b/package/lean/ddns-scripts_aliyun/Makefile index 1b9dd66e57..a80e031f71 100644 --- a/package/lean/ddns-scripts_aliyun/Makefile +++ b/package/lean/ddns-scripts_aliyun/Makefile @@ -33,7 +33,7 @@ endef define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/usr/lib/ddns $(1)/usr/share/ddns/services $(INSTALL_BIN) $(CURDIR)/files/update_aliyun_com.sh $(1)/usr/lib/ddns - $(INSTALL_DATA) $(CURDIR)/files/aliyun_com.json /usr/share/ddns/services + $(INSTALL_DATA) $(CURDIR)/files/aliyun_com.json $(1)/usr/share/ddns/services endef define Package/$(PKG_NAME)/prerm diff --git a/package/lean/ddns-scripts_dnspod/Makefile b/package/lean/ddns-scripts_dnspod/Makefile index d09e08458c..3867609a9d 100644 --- a/package/lean/ddns-scripts_dnspod/Makefile +++ b/package/lean/ddns-scripts_dnspod/Makefile @@ -33,7 +33,7 @@ endef define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/usr/lib/ddns $(1)/usr/share/ddns/services $(INSTALL_BIN) $(CURDIR)/files/*.sh $(1)/usr/lib/ddns - $(INSTALL_DATA) $(CURDIR)/files/*.json /usr/share/ddns/services + $(INSTALL_DATA) $(CURDIR)/files/*.json $(1)/usr/share/ddns/services endef define Package/$(PKG_NAME)/prerm