ddns-scripts_aliyun/dnspod: fix typo error

This commit is contained in:
CN_SZTL 2020-10-01 23:02:28 +08:00
parent de6c0fc145
commit 3b8a620710
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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