webos-internals / meta-doctor

The Meta-Doctor is a Makefile which can modify a copy of the Palm webOS Doctor before it is flashed onto a webOS device. It accomplishes this by reaching into Palm's distributed Doctor JAR file and making changes to it.
http://www.webos-internals.org/wiki/Application:MetaDoctor
35 stars 18 forks source link

Third time lucky? #20

Closed lingfish closed 12 years ago

lingfish commented 12 years ago

...he patch stanza, and in the right place.

rwhitby commented 12 years ago

modem_fw_ipk= ; \ sed -i.orig -e "/$modem_fw_ipk/d" \ build/touchpad-p305hstnh-wifi-3.0.5/carrier-file-list.txt ;\ rm -f build/touchpad-p305hstnh-wifi-3.0.5/carrier-file-list.txt.orig ;\ rm -f build/touchpad-p305hstnh-wifi-3.0.5/carrier/$modem_fw_ipk sed: -e expression #1, char 0: no previous regular expression

Needs to work for DEVICE=touchpad CARRIER=wifi too.