summaryrefslogtreecommitdiff
path: root/config-winston-base.PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-13 04:48:40 +0000
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-13 04:48:40 +0000
commit2c363690324401c2edd40013f432113ae0d8354e (patch)
treebf5b6a04ee7ed1055c97865172f568c69082f399 /config-winston-base.PKGBUILD
parent4bdc495c87bb60e1332e1d2bc3b8b1f5bfd76315 (diff)
only back up regular files
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'))
}