Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
7d07cefa
Kaydet (Commit)
7d07cefa
authored
Eyl 29, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't try to write into invalid locations on iOS 8
Change-Id: I6a91dbd32bfebf26dbc4a83312cbe5b6af9c4fe5
üst
0b72a165
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CustomTarget_TiledLibreOffice_app.mk
ios/CustomTarget_TiledLibreOffice_app.mk
+2
-2
No files found.
ios/CustomTarget_TiledLibreOffice_app.mk
Dosyayı görüntüle @
7d07cefa
...
...
@@ -85,7 +85,7 @@ TiledLibreOffice_setup:
file=$(TiledLibreOffice_resource)/rc; \
echo '[Bootstrap]' > $$file; \
echo 'URE_BOOTSTRAP=file://$$APP_DATA_DIR/fundamentalrc' >> $$file; \
echo 'HOME=$$
APP_DATA_DIR/tmp'
>> $$file;
echo 'HOME=$$
SYSUSERHOME'
>> $$file;
# Set up fundamentalrc, unorc, bootstraprc and versionrc.
# Do we really need all these?
...
...
@@ -104,7 +104,7 @@ TiledLibreOffice_setup:
echo '[Bootstrap]' > $$file; \
echo 'InstallMode=<installmode>' >> $$file; \
echo "ProductKey=LibreOffice $(PRODUCTVERSION)" >> $$file; \
echo 'UserInstallation=
file://$$APP_DATA_DIR/../Library/Application%20Support'
>> $$file;
echo 'UserInstallation=
$$SYSUSERHOME/userinstallation'
>> $$file;
# Is this really needed?
file=$(TiledLibreOffice_resource)/program/versionrc; \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment