summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-07-31 14:06:29 -0400
committerDavid P <megver83@parabola.nu>2018-07-31 14:11:23 -0400
commitb460e04b992f7005e6312b442ca27fa54407fd35 (patch)
treec814b4e915c9c5d55114e951ace7c5f7d8d8194a /libre
parent8bb2ea12ec784719bef982cd49314b2fdc465b26 (diff)
downloadabslibre-b460e04b992f7005e6312b442ca27fa54407fd35.tar.gz
abslibre-b460e04b992f7005e6312b442ca27fa54407fd35.tar.bz2
abslibre-b460e04b992f7005e6312b442ca27fa54407fd35.zip
linux-libre: fix prepare()
I forgot to add the cp command Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre')
-rw-r--r--libre/linux-libre/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD
index b80a5bf42..9d047b5c6 100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
@@ -169,6 +169,7 @@ prepare() {
-e "/^EXTRAVERSION =/aLOCALVERSION =" \
-i Makefile
+ cp ../config.${CARCH} .config
make olddefconfig
}