From 4fdfcf617c679db1c2a1c5e000a9d84c6d286b80 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Thu, 25 Jan 2018 17:41:49 +0100 Subject: libre/pacman: fixed XferCommand lines as per https://labs.parabola.nu/issues/1136 --- libre/pacman/pacman.conf.x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libre/pacman/pacman.conf.x86_64') diff --git a/libre/pacman/pacman.conf.x86_64 b/libre/pacman/pacman.conf.x86_64 index 2ed24c365..b9ea190e5 100644 --- a/libre/pacman/pacman.conf.x86_64 +++ b/libre/pacman/pacman.conf.x86_64 @@ -16,7 +16,7 @@ #GPGDir = /etc/pacman.d/gnupg/ #HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc -#XferCommand = /usr/bin/curl -C - -f %u > %o +#XferCommand = /usr/bin/curl -L -C - -f -o %o %u #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled #UseDelta = 0.7 -- cgit v1.2.3