aboutsummaryrefslogtreecommitdiff
path: root/net/ariang/Makefile
diff options
context:
space:
mode:
authorVan Waholtz <vanwaholtz@gmail.com>2020-11-28 23:56:53 -0800
committerVan Waholtz <vanwaholtz@gmail.com>2020-11-29 00:31:14 -0800
commit4916fbd125875806e79f9df6f3d07e3ee7141254 (patch)
tree765747a60f4e2c65835ee36103bf72f75cb12a6f /net/ariang/Makefile
parent0607d26df00f0585eb6db442ef8dd74974cd4c14 (diff)
ariang: add title and shortcut icons
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
Diffstat (limited to 'net/ariang/Makefile')
-rw-r--r--net/ariang/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ariang/Makefile b/net/ariang/Makefile
index 9113d142f..3cc74d06b 100644
--- a/net/ariang/Makefile
+++ b/net/ariang/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ariang
PKG_VERSION:=1.1.7
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/mayswind/AriaNg-DailyBuild/tar.gz/$(PKG_VERSION)?
@@ -55,7 +55,8 @@ define Package/ariang/install
$(PKG_BUILD_DIR)/index.html \
$(PKG_BUILD_DIR)/index.manifest \
$(PKG_BUILD_DIR)/LICENSE \
- $(PKG_BUILD_DIR)/favicon.ico \
+ $(PKG_BUILD_DIR)/{favicon.*,*.png} \
+ $(PKG_BUILD_DIR)/robots.txt \
$(1)/www/ariang
endef