summaryrefslogtreecommitdiff
path: root/kernels
diff options
context:
space:
mode:
authorDavid P <megver83@openmailbox.org>2017-10-20 18:17:33 -0300
committerDavid P <megver83@openmailbox.org>2017-10-20 18:17:33 -0300
commit85bb4ded04c8b4ed5dfe216194632c046e4ad796 (patch)
tree8a0c48ad9f2b0cc077742a2ca7706f5fa96872d6 /kernels
parent455c89e4f860546779d8e1ae07cf0f58f2f1e118 (diff)
Fix kernels/linux-libre-pae PKGBUILD
Diffstat (limited to 'kernels')
-rw-r--r--kernels/linux-libre-pae/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernels/linux-libre-pae/PKGBUILD b/kernels/linux-libre-pae/PKGBUILD
index 4d920cea5..c8e7a80d4 100644
--- a/kernels/linux-libre-pae/PKGBUILD
+++ b/kernels/linux-libre-pae/PKGBUILD
@@ -90,7 +90,7 @@ prepare() {
# http://www.fsfla.org/pipermail/linux-libre/2015-November/003202.html
patch -p1 -i "${srcdir}/0002-fix-Atmel-maXTouch-touchscreen-support.patch"
- cp -Tf ../config.${CARCH} .config
+ cp -Tf ../config .config
# append pkgrel to extraversion
sed -ri "s|^(EXTRAVERSION =.*\S).*|\1-${pkgrel}|" Makefile