These changes include pointing the start page to a local file. fixing up the packaging files to do a clober of the dist/Embed directory. updating the ipkg version. git-svn-id: svn://10.0.0.236/trunk@155518 18797224-902f-48f8-a5cc-f745e15eee43
9 lines
205 B
Bash
Executable File
9 lines
205 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# This is a very simple wrapper script for minimo
|
|
|
|
cd /usr/lib/mozilla-minimo
|
|
export LD_LIBRARY_PATH=/usr/lib/mozilla-minimo
|
|
exec ./Minimo file:///usr/lib/mozilla-minimo/startpage/start.html
|
|
|