mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
Update core/linux-odroid-u2/PKGBUILD
derp....config file needs to go BEFORE make prepare...
This commit is contained in:
parent
c908cd3b1f
commit
84ab466bf3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue