mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
adblock: re-release 4.0.1
* fixed an oversight introduced in the last 3.99 pre-release series, only relevant for "raw" mode e.g. dnscrypt-proxy users Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=adblock
|
||||
PKG_VERSION:=4.0.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||
|
||||
|
||||
@@ -262,7 +262,7 @@ f_dns()
|
||||
esac
|
||||
fi
|
||||
|
||||
if [ -z "${adb_dns}" ] || [ ! -x "$(command -v "${adb_dns}")" ]
|
||||
if [ "${adb_dns}" != "raw" ] && { [ -z "${adb_dns}" ] || [ ! -x "$(command -v "${adb_dns}")" ]; }
|
||||
then
|
||||
f_log "err" "dns backend not found, please set 'adb_dns' manually"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user