Kaydet (Commit) 90f6080e authored tarafından Michael Meeks's avatar Michael Meeks

android: add package2 and create bootstraprc

üst 561b044d
...@@ -47,6 +47,11 @@ buildrcs: ...@@ -47,6 +47,11 @@ buildrcs:
echo "URE_INTERNAL_LIB_DIR=file://$(APP_DATA_PATH)/lib/" >> assets/program/unorc echo "URE_INTERNAL_LIB_DIR=file://$(APP_DATA_PATH)/lib/" >> assets/program/unorc
echo 'UNO_TYPES=file:///assets/ure/share/misc/types.rdb file:///assets/program/types/types.rdb $${URE_MORE_TYPES}' >> assets/program/unorc echo 'UNO_TYPES=file:///assets/ure/share/misc/types.rdb file:///assets/program/types/types.rdb $${URE_MORE_TYPES}' >> assets/program/unorc
echo 'UNO_SERVICES=file:///assets/ure/share/misc/services.rdb file:///assets/program/services/services.rdb $${URE_MORE_SERVICES}' >> assets/program/unorc echo 'UNO_SERVICES=file:///assets/ure/share/misc/services.rdb file:///assets/program/services/services.rdb $${URE_MORE_SERVICES}' >> assets/program/unorc
# bootstraprc ini ...
echo "[Bootstrap]" > assets/program/bootstraprc
echo "InstallMode=<installmode>" >> assets/program/bootstraprc
echo "ProductKey=LibreOffice 3.5" >> assets/program/bootstraprc
echo "UserInstallation=file://$(APP_DATA_PATH)=/data/data/$(APP_PACKAGE)/files/.libreoffice" >> assets/program/bootstraprc
copy-stuff: buildrcs copy-stuff: buildrcs
# #
...@@ -111,6 +116,7 @@ copy-stuff: buildrcs ...@@ -111,6 +116,7 @@ copy-stuff: buildrcs
mergedlo \ mergedlo \
msfilterlo \ msfilterlo \
ooxlo \ ooxlo \
package2 \
reg \ reg \
saxlo \ saxlo \
sblo \ sblo \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment