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
acb2b244
Kaydet (Commit)
acb2b244
authored
Nis 06, 2012
tarafından
Herbert Dürr
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i119168# use generic LICENSE file for langpacks and sdks
üst
88ddbaf8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
sdkoo.scp
scp2/source/sdkoo/sdkoo.scp
+4
-4
globals.pm
solenv/bin/modules/installer/globals.pm
+1
-1
languagepack.pm
solenv/bin/modules/installer/languagepack.pm
+1
-1
worker.pm
solenv/bin/modules/installer/worker.pm
+3
-3
No files found.
scp2/source/sdkoo/sdkoo.scp
Dosyayı görüntüle @
acb2b244
...
...
@@ -93,14 +93,14 @@ End
#if defined MACOSX
ScpAction scp_Copy_License_Txt_Sdk
README_ALL_LANG(Copy, LICENSE)
;
README_ALL_LANG(Name, LICENSE)
;
Copy = "LICENSE"
;
Name = "LICENSE"
;
Styles = (SCPZIP_REPLACE);
Subdir = "LICENSEs";
End
ScpAction scp_Copy_Notice_Txt_Sdk
README_ALL_LANG(Copy, NOTICE)
;
README_ALL_LANG(Name, NOTICE)
;
Copy = "NOTICE"
;
Name = "NOTICE"
;
Styles = (SCPZIP_REPLACE);
Subdir = "LICENSEs";
End
...
...
solenv/bin/modules/installer/globals.pm
Dosyayı görüntüle @
acb2b244
...
...
@@ -193,7 +193,7 @@ BEGIN
%
alllangmodules
=
();
$englishlicenseset
=
0
;
$englishlicense
=
""
;
$englishsolarislicensename
=
"LICENSE
_en-US
"
;
$englishsolarislicensename
=
"LICENSE"
;
$solarisdontcompress
=
0
;
$patharray
=
""
;
...
...
solenv/bin/modules/installer/languagepack.pm
Dosyayı görüntüle @
acb2b244
...
...
@@ -515,7 +515,7 @@ sub build_installer_for_languagepack
# find and read english license file
my
$licenselanguage
=
"en-US"
;
# always english !
my
$licensefilename
=
"LICENSE
_"
.
$licenselanguage
;
my
$licensefilename
=
"LICENSE
"
;
my
$licenseincludepatharrayref
=
installer::worker::
get_language_specific_include_pathes
(
$includepatharrayref
,
$licenselanguage
);
my
$licenseref
=
installer::scriptitems::
get_sourcepath_from_filename_and_includepath
(
\
$licensefilename
,
$licenseincludepatharrayref
,
0
);
...
...
solenv/bin/modules/installer/worker.pm
Dosyayı görüntüle @
acb2b244
...
...
@@ -3126,10 +3126,10 @@ sub put_license_into_setup
{
my
(
$installdir
,
$includepatharrayref
)
=
@_
;
# find and read
english
license file
# find and read
the
license file
my
$licenselanguage
=
"en-US"
;
# always english !
# my $licensefilename = "LICENSE_" . $licenselanguage
;
my
$licensefilename
=
"license_"
.
$licenselanguage
.
".txt"
;
my
$licensefilename
=
"LICENSE"
;
# my $licensefilename = "LICENSE"
. ".txt";
my
$licenseincludepatharrayref
=
get_language_specific_include_pathes
(
$includepatharrayref
,
$licenselanguage
);
my
$licenseref
=
installer::scriptitems::
get_sourcepath_from_filename_and_includepath
(
\
$licensefilename
,
$licenseincludepatharrayref
,
0
);
...
...
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