Update core/linux-odroid-u2/PKGBUILD

derp....config file needs to go BEFORE make prepare...
This commit is contained in:
Mike Brown 2013-01-14 19:11:40 -05:00
parent c908cd3b1f
commit 84ab466bf3

View file

@ -46,6 +46,7 @@ build() {
#Right now, just going to use the default config
# cat "${srcdir}/config" > ./.config
make odroidu2_ubuntu_defconfig
# set extraversion to pkgrel
sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile
@ -76,7 +77,7 @@ build() {
#yes "" | make config
# build!
make odroidu2_ubuntu_defconfig
make ${MAKEFLAGS} zImage modules
}