Skip to content

Instantly share code, notes, and snippets.

@James1345
Created April 8, 2012 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save James1345/2337255 to your computer and use it in GitHub Desktop.
Save James1345/2337255 to your computer and use it in GitHub Desktop.
Patch PKGBUILD to work with Kernel 3.3
--- PKGBUILD.old 2012-04-08 12:47:01.920669762 +0100
+++ PKGBUILD 2012-04-08 12:48:01.087335655 +0100
@@ -29,7 +29,7 @@
backup=('etc/modprobe.d/broadcom-wl.conf')
install=install
-_extramodules=extramodules-3.2-ARCH
+_extramodules=extramodules-3.3-ARCH
_kernver="$(cat /lib/modules/${_extramodules}/version)"
build() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment