copy root overlay in postbuild rather; n900

This commit is contained in:
parazyd 2017-03-30 00:30:16 +02:00
parent 781a76180d
commit 285eb6f0c4
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,6 @@ prebuild() {
notice "executing $device_name prebuild"
copy-root-overlay
mkdir -p $R/tmp/kernels/$device_name
@ -62,7 +61,7 @@ postbuild() {
notice "executing $device_name postbuild"
return 0
copy-root-overlay
}
build_kernel_armhf() {