core/linux-udoo fix

This commit is contained in:
Kevin Mihelich 2014-01-22 00:16:16 +00:00
parent 06e53a0bea
commit 1e31151c61

View file

@ -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