ddns-scripts_aliyun/dnspod: fix with upstream change

This commit is contained in:
CN_SZTL 2020-10-01 23:17:49 +08:00
parent dd821495fa
commit dd732cbb41
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 4 additions and 4 deletions

View File

@ -31,9 +31,9 @@ define Build/Compile
endef
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/lib/ddns $(1)/usr/share/ddns/services
$(INSTALL_DIR) $(1)/usr/lib/ddns $(1)/usr/share/ddns/default
$(INSTALL_BIN) $(CURDIR)/files/update_aliyun_com.sh $(1)/usr/lib/ddns
$(INSTALL_DATA) $(CURDIR)/files/aliyun_com.json $(1)/usr/share/ddns/services
$(INSTALL_DATA) $(CURDIR)/files/aliyun_com.json $(1)/usr/share/ddns/default
endef
define Package/$(PKG_NAME)/prerm

View File

@ -31,9 +31,9 @@ define Build/Compile
endef
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/lib/ddns $(1)/usr/share/ddns/services
$(INSTALL_DIR) $(1)/usr/lib/ddns $(1)/usr/share/ddns/default
$(INSTALL_BIN) $(CURDIR)/files/*.sh $(1)/usr/lib/ddns
$(INSTALL_DATA) $(CURDIR)/files/*.json $(1)/usr/share/ddns/services
$(INSTALL_DATA) $(CURDIR)/files/*.json $(1)/usr/share/ddns/default
endef
define Package/$(PKG_NAME)/prerm