ddns-scripts_aliyun/dnspod: fix typo error
This commit is contained in:
parent
de6c0fc145
commit
3b8a620710
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user