mirror of https://github.com/parazyd/arm-sdk.git
Safety check in droid4 sed call.
This commit is contained in:
parent
2084a179f6
commit
4315f4ccee
|
|
@ -59,7 +59,10 @@ postbuild() {
|
||||||
notice "executing $device_name postbuild"
|
notice "executing $device_name postbuild"
|
||||||
|
|
||||||
copy-root-overlay
|
copy-root-overlay
|
||||||
sudo sed -e "s/@release@/${release}/" -i "$strapdir/boot/boot/boot.cfg"
|
|
||||||
|
if [[ -e "$strapdir/boot/boot/boot.cfg" ]]; then
|
||||||
|
sudo sed -e "s/@release@/${release}/" -i "$strapdir/boot/boot/boot.cfg"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
build_kernel_${arch}() {
|
build_kernel_${arch}() {
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7108866f0d6c95c93e22ec758582a5516d2cc6a6
|
Subproject commit 58862d1cede3261dbd239fd33c09a71864bdf539
|
||||||
Loading…
Reference in New Issue