diff options
author | David P <megver83@parabola.nu> | 2018-07-31 14:06:29 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-07-31 14:11:23 -0400 |
commit | b460e04b992f7005e6312b442ca27fa54407fd35 (patch) | |
tree | c814b4e915c9c5d55114e951ace7c5f7d8d8194a /libre/linux-libre | |
parent | 8bb2ea12ec784719bef982cd49314b2fdc465b26 (diff) | |
download | abslibre-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/linux-libre')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 1 |
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 } |