diff options
Diffstat (limited to 'config-pacman-mirrorlist-repo.PKGBUILD')
-rw-r--r-- | config-pacman-mirrorlist-repo.PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-pacman-mirrorlist-repo.PKGBUILD b/config-pacman-mirrorlist-repo.PKGBUILD index 97e13a2..49354f0 100644 --- a/config-pacman-mirrorlist-repo.PKGBUILD +++ b/config-pacman-mirrorlist-repo.PKGBUILD @@ -1,5 +1,5 @@ . ${BUILDFILE%/*}/common.sh -pkgver=20160713.2 +pkgver=20160713.3 provides=(pacman-mirrorlist) conflicts=(pacman-mirrorlist) @@ -11,5 +11,5 @@ add-file etc/pacman.d/mirrorlist <<EOF Server = https://repo.parabola.nu/\$repo/os/\$arch EOF -backup=($(find "$pkgdir" -printf '%P\n')) +backup=($(find "$pkgdir" -type f -printf '%P\n')) } |