summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-11-17 11:43:09 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-11-17 11:43:09 -0500
commit8e903786cc025a9404744391567492a2e254b066 (patch)
tree498b8997d01bd17abac78037d7a2a219a1da6fab
parent0a8afc0fae040ee20650c935094f4ceb34ef8b22 (diff)
Fix pacman.conf URL
-rwxr-xr-xsrc/abslibre-tools/libredbdiff2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abslibre-tools/libredbdiff b/src/abslibre-tools/libredbdiff
index 293c144..28031a2 100755
--- a/src/abslibre-tools/libredbdiff
+++ b/src/abslibre-tools/libredbdiff
@@ -274,7 +274,7 @@ main_update() {
msg "Generating %s %q" Arch pacman.conf
wget -q \
-O "$conffile_arch" \
- "https://git.archlinux.org/svntogit/packages.git/plain/pacman/repos/core-x86_64/pacman.conf.x86_64" ||
+ "https://git.archlinux.org/svntogit/packages.git/plain/pacman/repos/core-x86_64/pacman.conf" ||
die "Failed to download %q. Exiting." "$conffile_arch"
sed -r \
-e "s|/etc/pacman\.d/mirrorlist$|$mirrorlist_arch|" \