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.PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-winston-base.PKGBUILD b/config-winston-base.PKGBUILD
index c61e4f7..fa4b054 100644
--- a/config-winston-base.PKGBUILD
+++ b/config-winston-base.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20160713.2
+pkgver=20160713.5
depends=(linux-libre-lts grub haveged irqbalance netctl)
conflicts=(linux-libre)
@@ -32,6 +32,8 @@ add-unit etc/systemd/system/getty.target.wants/getty@tty1.service
add-unit etc/systemd/system/multi-user.target.wants/haveged.service
add-unit etc/systemd/system/multi-user.target.wants/irqbalance.service
+ln -s ../usr/lib/os-release etc/os-release
+
# ## Networking
# `/etc/udev/rules.d/80-net-setup-link.rules` is a symlink to
@@ -57,4 +59,5 @@ EOF
netctl-enable eth0-static
+backup=($(find "$pkgdir" -printf '%P\n'))
}