summaryrefslogtreecommitdiff
path: root/config-winston-base.PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'config-winston-base.PKGBUILD')
-rw-r--r--config-winston-base.PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-winston-base.PKGBUILD b/config-winston-base.PKGBUILD
index fa4b054..e7ac9b8 100644
--- a/config-winston-base.PKGBUILD
+++ b/config-winston-base.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20160713.5
+pkgver=20160713.6
depends=(linux-libre-lts grub haveged irqbalance netctl)
conflicts=(linux-libre)
@@ -59,5 +59,5 @@ EOF
netctl-enable eth0-static
-backup=($(find "$pkgdir" -printf '%P\n'))
+backup=($(find "$pkgdir" -type f -printf '%P\n'))
}