From 3eba8468e1e93e5f66df20aa3f8ebe5d3f1cffea Mon Sep 17 00:00:00 2001 From: Naraku J <74468372+Narakuku@users.noreply.github.com> Date: Fri, 8 Apr 2022 10:10:55 +0200 Subject: aria2: Fix aria2.init start issue Re-mount '$config_file' inside the '$config_dir' will cause aria2 process unable to start. Signed-off-by: Naraku J <74468372+Narakuku@users.noreply.github.com> --- net/aria2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/aria2/Makefile') diff --git a/net/aria2/Makefile b/net/aria2/Makefile index 3a00d026d..726ca35d6 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aria2 PKG_VERSION:=1.36.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/ -- cgit v1.2.3