mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-udoo fix
This commit is contained in:
parent
06e53a0bea
commit
1e31151c61
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ prepare() {
|
|||
cat "${srcdir}/config" > ./.config
|
||||
|
||||
# Fix memset for GCC 4.8
|
||||
patch -Np1 ../memset.patch
|
||||
patch -Np1 -i ../memset.patch
|
||||
|
||||
# add pkgrel to extraversion
|
||||
sed -ri "s|^(EXTRAVERSION =)(.*)|\1 \2-${pkgrel}|" Makefile
|
||||
|
|
Loading…
Reference in a new issue