From 2db04692fc841fe8015f7ac4e7dbb0010d28c85c Mon Sep 17 00:00:00 2001 From: Gergely Imreh Date: Thu, 10 Jan 2013 22:57:05 +0800 Subject: [PATCH] packman-mirrorlist: don't just overwrite but backup mirrorlist file People can have their own settings, if they don't want to use the GeoIP-decided servers. Don't just lose those, but back up properly if need. --- core/pacman-mirrorlist/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/core/pacman-mirrorlist/PKGBUILD b/core/pacman-mirrorlist/PKGBUILD index 69d26edb9..d48fd06ae 100644 --- a/core/pacman-mirrorlist/PKGBUILD +++ b/core/pacman-mirrorlist/PKGBUILD @@ -9,6 +9,7 @@ arch=('arm' 'armv7h') url="http://www.archlinux.org/pacman/" license=('GPL') groups=('base') +backup=(etc/pacman.d/mirrorlist) source=(mirrorlist) md5sums=('9c41e9500145567e64db78a77abbee43')