summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebRmv2016-02-17 17:11:50 +0100
committerSebRmv2016-02-17 17:11:50 +0100
commit425a7877405eeb32973b828e0a6346aa4cf90323 (patch)
tree38f72feb4d899518aeb6bd26b57408aefdd2709c
parenta5fe462c6fa79ae8c7c65d43546510f0c0c95039 (diff)
downloadaur-425a7877405eeb32973b828e0a6346aa4cf90323.tar.gz
Fix build path.
-rw-r--r--.SRCINFO6
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62ed1eb332b0..e58199e2cf11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 16:05:50 UTC 2016
+# Wed Feb 17 16:10:38 UTC 2016
pkgbase = ia32_aout
pkgdesc = ia32_aout kernel module, for running an a.out binary format
pkgver = 4.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.kernel.org
install = ia32_aout.install
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = ia32_aout
source = https://raw.githubusercontent.com/torvalds/linux/v{4.0}/arch/x86/ia32/ia32_aout.c
source = Makefile
sha1sums = c635114660009c57014eb2a38e50e3abbb5f2e5f
- sha1sums = 06df66a73b9f8a572b4b8d6b42e20fbb7b227911
+ sha1sums = e7443ceb823797ef7b1dfc3cebd7f3488b153230
pkgname = ia32_aout
diff --git a/Makefile b/Makefile
index 2e2a6b33a5c9..aecfcbdd05a7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
obj-m := ia32_aout.o
-KDIR := /lib/modules/$(shell uname -r)/build
+KDIR := /usr/lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
diff --git a/PKGBUILD b/PKGBUILD
index 859485f1053f..8b213f42d28c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: SebRmv
pkgname=ia32_aout
pkgver=4.0
-pkgrel=2
+pkgrel=3
pkgdesc='ia32_aout kernel module, for running an a.out binary format'
arch=('x86_64')
makedepends=('linux-headers' 'linux-api-headers' 'gzip')
@@ -11,7 +11,7 @@ options=('!strip')
source=("https://raw.githubusercontent.com/torvalds/linux/v{$pkgver}/arch/x86/ia32/ia32_aout.c"
"Makefile")
sha1sums=('c635114660009c57014eb2a38e50e3abbb5f2e5f'
- '06df66a73b9f8a572b4b8d6b42e20fbb7b227911')
+ 'e7443ceb823797ef7b1dfc3cebd7f3488b153230')
install=ia32_aout.install
_kernel_version_x64=4.4