closes #7; alist: fix x86_64 build
This commit is contained in:
parent
f32d6bfc7e
commit
82db7ea421
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=alist
|
||||
PKG_VERSION:=2.5.1
|
||||
PKG_WEB_VERSION:=2.5.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/Xhofe/alist/tar.gz/v$(PKG_VERSION)?
|
||||
@ -97,7 +97,7 @@ endef
|
||||
|
||||
define Package/$(PKG_NAME)/install
|
||||
$(INSTALL_DIR) $(1)/etc/alist $(1)/etc/config $(1)/etc/init.d $(1)/etc/uci-defaults $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(GO_PKG_BUILD_DIR)/bin/$(GO_OS_ARCH)/alist $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(GO_PKG_BUILD_BIN_DIR)/alist $(1)/usr/bin
|
||||
$(INSTALL_CONF) ./files/alist.config $(1)/etc/config/alist
|
||||
$(INSTALL_BIN) ./files/alist.init $(1)/etc/init.d/alist
|
||||
$(INSTALL_BIN) ./files/alist.uci-default $(1)/etc/uci-defaults/alist
|
||||
|
Loading…
Reference in New Issue
Block a user