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
518f404d
Kaydet (Commit)
518f404d
authored
Kas 06, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
installer: remove some special-casing of obsolete "common.pro" dirs
Change-Id: I8e79bb278759c3d6c5c782c6f2e0df8758e801c8
üst
19b2933c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
21 deletions
+0
-21
archivefiles.pm
solenv/bin/modules/installer/archivefiles.pm
+0
-6
systemactions.pm
solenv/bin/modules/installer/systemactions.pm
+0
-5
systemactions.pm
solenv/bin/modules/par2script/systemactions.pm
+0
-5
systemactions.pm
solenv/bin/modules/pre2par/systemactions.pm
+0
-5
No files found.
solenv/bin/modules/installer/archivefiles.pm
Dosyayı görüntüle @
518f404d
...
@@ -162,14 +162,8 @@ sub resolving_archive_flag
...
@@ -162,14 +162,8 @@ sub resolving_archive_flag
if
(
$styles
=~
/\bARCHIVE\b/
)
# copying, unzipping and changing the file list
if
(
$styles
=~
/\bARCHIVE\b/
)
# copying, unzipping and changing the file list
{
{
my
$iscommonfile
=
0
;
my
$sourcepath
=
$onefile
->
{
'sourcepath'
};
my
$sourcepath
=
$onefile
->
{
'sourcepath'
};
if
(
$sourcepath
=~
/\Q$installer::globals::separator\E\bcommon\Q$installer::globals::separator\E/
)
# /common/ or /common.pro/
{
$iscommonfile
=
1
;
}
my
$use_internal_rights
=
0
;
my
$use_internal_rights
=
0
;
if
(
$styles
=~
/\bUSE_INTERNAL_RIGHTS\b/
)
{
$use_internal_rights
=
1
;
}
# using the rights used inside the zip file
if
(
$styles
=~
/\bUSE_INTERNAL_RIGHTS\b/
)
{
$use_internal_rights
=
1
;
}
# using the rights used inside the zip file
...
...
solenv/bin/modules/installer/systemactions.pm
Dosyayı görüntüle @
518f404d
...
@@ -202,11 +202,6 @@ sub create_directories
...
@@ -202,11 +202,6 @@ sub create_directories
if
(
$newdirectory
eq
"unzip"
)
# special handling for common directory
if
(
$newdirectory
eq
"unzip"
)
# special handling for common directory
{
{
$path
=
$path
.
".."
.
$
installer::globals::
separator
.
"common"
.
$
installer::globals::
separator
;
create_directory
(
$path
);
$path
=
$path
.
$newdirectory
.
$
installer::globals::
separator
;
create_directory
(
$path
);
}
}
else
else
{
{
...
...
solenv/bin/modules/par2script/systemactions.pm
Dosyayı görüntüle @
518f404d
...
@@ -75,11 +75,6 @@ sub create_directories
...
@@ -75,11 +75,6 @@ sub create_directories
if
(
$directory
eq
"unzip"
)
if
(
$directory
eq
"unzip"
)
{
{
$path
=
$path
.
"common"
.
$
par2script::globals::
separator
;
create_directory
(
$path
);
$path
=
$path
.
$directory
.
$
par2script::globals::
separator
;
create_directory
(
$path
);
}
}
else
else
{
{
...
...
solenv/bin/modules/pre2par/systemactions.pm
Dosyayı görüntüle @
518f404d
...
@@ -98,11 +98,6 @@ sub create_directories
...
@@ -98,11 +98,6 @@ sub create_directories
if
(
$directory
eq
"unzip"
)
if
(
$directory
eq
"unzip"
)
{
{
$path
=
$path
.
"common"
.
$
pre2par::globals::
separator
;
create_directory
(
$path
);
$path
=
$path
.
$directory
.
$
pre2par::globals::
separator
;
create_directory
(
$path
);
}
}
else
else
{
{
...
...
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