diff options
author | Naraku J <74468372+Narakuku@users.noreply.github.com> | 2022-04-08 10:10:55 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-09-12 12:04:05 -0700 |
commit | 3eba8468e1e93e5f66df20aa3f8ebe5d3f1cffea (patch) | |
tree | 17689cfa2111ce82567fd7cd0a48f200a9bab33f /net/aria2/Makefile | |
parent | 54f493ed9d283620d8bbf468df5c024eed383dbb (diff) |
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>
Diffstat (limited to 'net/aria2/Makefile')
-rw-r--r-- | net/aria2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)/ |