andreasgal / B2G

Boot to Gecko aims to create a complete, standalone operating system for the open web.
https://wiki.mozilla.org/B2G
909 stars 158 forks source link

add copy-manifests target to make mozApps work #233

Closed davidflanagan closed 12 years ago

davidflanagan commented 12 years ago

https://github.com/andreasgal/gaia/pull/899 just landed in Gaia. It makes the Gaia homescreen use the mozApps API for listing the installed apps.

In order for it to work, however, all the app manifest files must be copied into the profile directory. This pull request changes the makefile so that 'make install-gaia' gathers up the manifests and gets them copied to the right place.

This needs to be pulled or everyone will end up with a broken phone.