summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Simon2015-06-28 11:04:22 -0700
committerRaphael Simon2015-06-28 11:04:22 -0700
commit610bc144c52f01a7ebb684165d46d7c9f18031c3 (patch)
treee4e4105c360cc7aa4e4a9bbe501638f3684cbfff
parented6bfead4bf70461f6703409f618e6c7dadcacd5 (diff)
downloadaur-610bc144c52f01a7ebb684165d46d7c9f18031c3.tar.gz
Fix location of downloaded files
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7653e68455f..c69528d3b815 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ source=("https://github.com/raphael/linux-4.1-samus/archive/v4.1-3.tar.gz"
"linux.preset"
)
_kernelname=${pkgbase#linux}
-_linuxsrc=linux-4.1-samus-1.1/build/linux/
+_linuxsrc=linux-4.1-samus-v4.1-3/build/linux
# $srcdir is: /home/raphael/src/kernel-pkg/src
prepare() {