jreznik pushed to kdelibs3 (epel7). "- Slight speedup to profile.d/kde.sh (#465370)."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:33:58 UTC 2015


>From 2735247182f592abbf1a93ec27aa4a5900ac29ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <scop at fedoraproject.org>
Date: Sat, 10 Jan 2009 17:28:52 +0000
Subject: - Slight speedup to profile.d/kde.sh (#465370).


diff --git a/kde.sh b/kde.sh
index 905ace6..e011555 100755
--- a/kde.sh
+++ b/kde.sh
@@ -5,8 +5,7 @@
 [ -z "$KDEDIRS" ] && KDEDIRS="/usr" && export KDEDIRS
 
 ## When/if using prelinking, avoids (some) use of kdeinit
-if [ -f /etc/sysconfig/prelink ]; then
-  if [ `grep '^PRELINKING=yes' /etc/sysconfig/prelink` ] ; then
-    [ -z "$KDE_IS_PRELINKED" ] && KDE_IS_PRELINKED=1 && export KDE_IS_PRELINKED
-  fi
+if [ -z "$KDE_IS_PRELINKED" ] ; then
+  grep -qs '^PRELINKING=yes' /etc/sysconfig/prelink && \
+  KDE_IS_PRELINKED=1 && export KDE_IS_PRELINKED
 fi
diff --git a/kdelibs3.spec b/kdelibs3.spec
index 9adc4df..97de197 100644
--- a/kdelibs3.spec
+++ b/kdelibs3.spec
@@ -36,7 +36,7 @@
 
 Summary: K Desktop Environment 3 - Libraries
 Version: 3.5.10
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 %if 0%{?fedora} > 8
 Name: kdelibs3
@@ -632,6 +632,9 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
 
 
 %changelog
+* Sat Jan 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 6:3.5.10-4
+- Slight speedup to profile.d/kde.sh (#465370).
+
 * Mon Dec 15 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.5.10-3
 - update the KatePart latex.xml syntax definition to the version from Kile 2.0.3
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kdelibs3.git/commit/?h=epel7&id=2735247182f592abbf1a93ec27aa4a5900ac29ae


More information about the scm-commits mailing list