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
df0e1b8f
Kaydet (Commit)
df0e1b8f
authored
Eyl 14, 2010
tarafından
Ingo Schmidt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
native330 #i114487# fixing installation on Cent OS
üst
73971533
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
InstallData.java
...ller2/src/JavaSetup/org/openoffice/setup/InstallData.java
+1
-1
LinuxInstaller.java
...aSetup/org/openoffice/setup/Installer/LinuxInstaller.java
+2
-2
LinuxHelper.java
...tup/org/openoffice/setup/InstallerHelper/LinuxHelper.java
+2
-1
No files found.
javainstaller2/src/JavaSetup/org/openoffice/setup/InstallData.java
Dosyayı görüntüle @
df0e1b8f
...
@@ -76,7 +76,7 @@ public class InstallData
...
@@ -76,7 +76,7 @@ public class InstallData
static
private
boolean
useRtl
=
false
;
static
private
boolean
useRtl
=
false
;
static
private
boolean
installedProductMinorSet
=
false
;
static
private
boolean
installedProductMinorSet
=
false
;
static
private
boolean
isDebianSystem
=
false
;
static
private
boolean
isDebianSystem
=
false
;
static
private
boolean
useForceDebian
=
false
;
static
private
boolean
useForceDebian
=
false
;
/* --force-debian */
static
private
boolean
debianInvestigated
=
false
;
static
private
boolean
debianInvestigated
=
false
;
static
private
String
installType
;
/* custom or typical installation */
static
private
String
installType
;
/* custom or typical installation */
static
private
String
osType
;
/* Linux, SunOS, ... */
static
private
String
osType
;
/* Linux, SunOS, ... */
...
...
javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java
Dosyayı görüntüle @
df0e1b8f
...
@@ -227,7 +227,7 @@ public class LinuxInstaller extends Installer {
...
@@ -227,7 +227,7 @@ public class LinuxInstaller extends Installer {
}
}
// Defining a Vector that contains the full rpm command. Then the string array can be
// Defining a Vector that contains the full rpm command. Then the string array can be
// created dynamically.
// created dynamically.
Otherwise there would be too many different scenarios.
Vector
rpmVector
=
new
Vector
();
Vector
rpmVector
=
new
Vector
();
...
@@ -361,7 +361,7 @@ public class LinuxInstaller extends Installer {
...
@@ -361,7 +361,7 @@ public class LinuxInstaller extends Installer {
}
}
// Defining a Vector that contains the full rpm command. Then the string array can be
// Defining a Vector that contains the full rpm command. Then the string array can be
// created dynamically.
// created dynamically.
Otherwise there would be too many different scenarios.
Vector
rpmVector
=
new
Vector
();
Vector
rpmVector
=
new
Vector
();
...
...
javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/LinuxHelper.java
Dosyayı görüntüle @
df0e1b8f
...
@@ -391,7 +391,8 @@ import java.util.Vector;public class LinuxHelper {
...
@@ -391,7 +391,8 @@ import java.util.Vector;public class LinuxHelper {
data
.
setIsDebianSystem
(
true
);
data
.
setIsDebianSystem
(
true
);
// Second check: If this is a Debian system, is "--force-debian" required?
// Second check: If this is a Debian system, is "--force-debian" required? Older
// versions do not support "--force-debian".
// String rpmQuery = "rpm --help;
// String rpmQuery = "rpm --help;
String
[]
rpmQueryArray
=
new
String
[
2
];
String
[]
rpmQueryArray
=
new
String
[
2
];
...
...
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