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
b8c819c0
Kaydet (Commit)
b8c819c0
authored
Eki 09, 2010
tarafından
Thomas Klausner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use standard '=' comparison operator for test(1).
üst
eee9c05f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
linuxpatchscript.sh
setup_native/scripts/linuxpatchscript.sh
+2
-2
No files found.
setup_native/scripts/linuxpatchscript.sh
Dosyayı görüntüle @
b8c819c0
...
@@ -26,7 +26,7 @@ fi
...
@@ -26,7 +26,7 @@ fi
echo
echo
read
-p
"Patching the installation in
${
FULLPRODUCTINSTALLLOCATION
}
. Continue (y/n) ? "
-n
1 reply leftover
read
-p
"Patching the installation in
${
FULLPRODUCTINSTALLLOCATION
}
. Continue (y/n) ? "
-n
1 reply leftover
echo
echo
[
"
$reply
"
=
=
"y"
]
||
exit
1
[
"
$reply
"
=
"y"
]
||
exit
1
echo
echo
echo
"About to update the following packages ..."
echo
"About to update the following packages ..."
...
@@ -50,7 +50,7 @@ if [ "x$KDERPM" != "x" ]; then
...
@@ -50,7 +50,7 @@ if [ "x$KDERPM" != "x" ]; then
# Check, that $RPMLIST does not contain kde integration rpm (then it is already installed)
# Check, that $RPMLIST does not contain kde integration rpm (then it is already installed)
KDERPMINSTALLED
=
`
grep
kde-integration
${
RPMLIST
}
`
KDERPMINSTALLED
=
`
grep
kde-integration
${
RPMLIST
}
`
if
[
"x
$KDERPMINSTALLED
"
=
=
"x"
]
;
then
if
[
"x
$KDERPMINSTALLED
"
=
"x"
]
;
then
# Install the kde integration rpm
# Install the kde integration rpm
RPMLIST
=
"
$RPMLIST
$KDERPM
"
RPMLIST
=
"
$RPMLIST
$KDERPM
"
fi
fi
...
...
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