summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2016-10-10 00:55:52 -0400
committerTony Lambiris2016-10-10 00:55:52 -0400
commit21c932fbecc6fb7ae5613019f98a75fc5ac1665b (patch)
tree8c215efc35e792dc77f53485f1baaa053b0a09d6
parente715ff0ad60f68f27537b243f93fa63e1b2dd5d4 (diff)
downloadaur-21c932fbecc6fb7ae5613019f98a75fc5ac1665b.tar.gz
Update post install instructions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--linux-macbook.install5
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bf6c259eafd..2463d01d8f49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-macbook
pkgver = 4.8
- pkgrel = 1
+ pkgrel = 2
url = http://www.kernel.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 558ec48eaf9a..42fa675b0a95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgbase=linux-macbook # Build kernel with a different name
_kernelname=-macbook
_srcname=linux-4.8
pkgver=4.8
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
license=('GPL2')
diff --git a/linux-macbook.install b/linux-macbook.install
index 475462b7d987..30cca44756ad 100644
--- a/linux-macbook.install
+++ b/linux-macbook.install
@@ -14,8 +14,9 @@ cat <<-EOF
in /etc/default/grub and then ran the following command as root:
grub-mkconfig -o /boot/grub/grub.cfg
- Create /etc/tmpfiles.d/wakeup.conf with the contents:
- w /proc/acpi/wakeup - - - - LID0
+ Install rc-local from the AUR and add the following to /etc/rc.local:
+ awk '$3 ~ "enabled" {print $1}' /proc/acpi/wakeup | xargs -I{} echo "{}" > /proc/acpi/wakeup
+ echo LID0 > /proc/acpi/wakeup
EOF
}