From: Van Waholtz Date: Sun, 29 Nov 2020 07:56:53 +0000 (-0800) Subject: ariang: add title and shortcut icons X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F14066%2Fhead;p=feed%2Fpackages.git ariang: add title and shortcut icons Signed-off-by: Van Waholtz --- diff --git a/net/ariang/Makefile b/net/ariang/Makefile index 9113d142f0..3cc74d06b7 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