ddns-scripts_aliyun/dnspod: fix with upstream change
This commit is contained in:
parent
dd821495fa
commit
dd732cbb41
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user