From 9a9cf40dd968f409cf36c9537e79438d35322d95 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sat, 20 Feb 2021 21:17:26 +0100 Subject: download: add mirror alias for Debian Add an alias for Debian packages and download them from the Debian mirror redirector. Signed-off-by: David Bauer --- tools/fakeroot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/fakeroot') diff --git a/tools/fakeroot/Makefile b/tools/fakeroot/Makefile index e9daa4b6ad..61bc27b90e 100644 --- a/tools/fakeroot/Makefile +++ b/tools/fakeroot/Makefile @@ -9,7 +9,7 @@ PKG_VERSION:=1.25.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz -PKG_SOURCE_URL:=http://deb.debian.org/debian/pool/main/f/fakeroot +PKG_SOURCE_URL:=@DEBIAN/pool/main/f/fakeroot PKG_HASH:=8e903683357f7f5bcc31b879fd743391ad47691d4be33d24a76be3b6c21e956c PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING -- cgit v1.2.3