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
5beb48e7
Kaydet (Commit)
5beb48e7
authored
Şub 24, 2005
tarafından
Vladimir Glazounov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS nativefixer4 (1.7.2); FILE MERGED
2005/02/14 16:26:22 is 1.7.2.1: #i42530# new core dependencies
üst
50a89dac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
install_solaris.sh
setup_native/scripts/install_solaris.sh
+7
-6
No files found.
setup_native/scripts/install_solaris.sh
Dosyayı görüntüle @
5beb48e7
...
@@ -84,10 +84,11 @@ fi
...
@@ -84,10 +84,11 @@ fi
# Check and get the list of packages to install
# Check and get the list of packages to install
#
#
COREPKG
=
`
find
$PACKAGE_PATH
/
*
-type
d
-prune
-name
"*-core01*"
-print
`
COREPKG01
=
`
find
$PACKAGE_PATH
/
*
-type
d
-prune
-name
"*-core01*"
-print
`
PKGLIST
=
`
find
$PACKAGE_PATH
/
*
-type
d
-prune
!
-name
"*adabas*"
!
-name
"*j5*"
!
-name
"*-desktop-int*"
!
-name
"*-cde*"
!
-name
"*-core01*"
!
-name
"*-gnome*"
-print
`
COREPKGLIST
=
`
find
$PACKAGE_PATH
/
*
-type
d
-prune
-name
"*-core*"
-print
`
PKGLIST
=
`
find
$PACKAGE_PATH
/
*
-type
d
-prune
!
-name
"*adabas*"
!
-name
"*j5*"
!
-name
"*-desktop-int*"
!
-name
"*-cde*"
!
-name
"*-core*"
!
-name
"*-gnome*"
-print
`
if
[
-z
"
$COREPKG
"
]
if
[
-z
"
$COREPKG
01
"
]
then
then
error
"No core package found in directory
$PACKAGE_PATH
"
error
"No core package found in directory
$PACKAGE_PATH
"
fi
fi
...
@@ -100,7 +101,7 @@ then
...
@@ -100,7 +101,7 @@ then
fi
fi
echo
"Packages found:"
echo
"Packages found:"
for
i
in
$COREPKG
$PKGLIST
$GNOMEPKG
;
do
for
i
in
$COREPKG
LIST
$PKGLIST
$GNOMEPKG
;
do
echo
`
basename
$i
`
echo
`
basename
$i
`
done
done
...
@@ -108,7 +109,7 @@ done
...
@@ -108,7 +109,7 @@ done
# Check/Create installation directory
# Check/Create installation directory
#
#
CORENAME
=
`
basename
$COREPKG
`
CORENAME
=
`
basename
$COREPKG
01
`
INSTALLDIR
=
$MY_ROOT
`
pkgparam
-d
$PACKAGE_PATH
$CORENAME
BASEDIR
`
INSTALLDIR
=
$MY_ROOT
`
pkgparam
-d
$PACKAGE_PATH
$CORENAME
BASEDIR
`
# We expect that $INSTALLDIR does not exist, however if it is empty we ignore it
# We expect that $INSTALLDIR does not exist, however if it is empty we ignore it
...
@@ -159,7 +160,7 @@ echo "Path to the installation : " $MY_ROOT
...
@@ -159,7 +160,7 @@ echo "Path to the installation : " $MY_ROOT
export
LD_PRELOAD
=
$GETUID_SO
export
LD_PRELOAD
=
$GETUID_SO
for
i
in
$COREPKG
$PKGLIST
$GNOMEPKG
;
do
for
i
in
$COREPKG
LIST
$PKGLIST
$GNOMEPKG
;
do
echo
/usr/sbin/pkgadd
-a
$ADMINFILE
-d
$PACKAGE_PATH
-R
$MY_ROOT
`
basename
$i
`
echo
/usr/sbin/pkgadd
-a
$ADMINFILE
-d
$PACKAGE_PATH
-R
$MY_ROOT
`
basename
$i
`
/usr/sbin/pkgadd
-a
$ADMINFILE
-d
$PACKAGE_PATH
-R
$MY_ROOT
`
basename
$i
`
/usr/sbin/pkgadd
-a
$ADMINFILE
-d
$PACKAGE_PATH
-R
$MY_ROOT
`
basename
$i
`
done
done
...
...
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