From 2e4c52de313ea5a05faf024f3e9fa53a8d6e4e85 Mon Sep 17 00:00:00 2001 From: maroy Date: Sat, 30 Apr 2005 10:30:01 +0000 Subject: [PATCH] final fix for issue #892 see http://bugs.campware.org/view.php?id=892 --- livesupport/bin/postInstallGLiveSupport.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/livesupport/bin/postInstallGLiveSupport.sh b/livesupport/bin/postInstallGLiveSupport.sh index 6bce05f14..f24e43fd9 100755 --- a/livesupport/bin/postInstallGLiveSupport.sh +++ b/livesupport/bin/postInstallGLiveSupport.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/postInstallGLiveSupport.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -212,16 +212,16 @@ tmp_file=/tmp/livesupport_setup.$$ # customize the GTK- config files, which have hard-coded values in them :( cat $install_etc/gtk-2.0/gdk-pixbuf.loaders \ - | sed -e "s/^\"\/.*\/usr\/lib/\/\"$installdir_s\/lib/g" + | sed -e "s/^\"\/.*\/usr\/lib/\"$installdir_s\/lib/g" \ > $tmp_file mv -f $tmp_file $install_etc/gtk-2.0/gdk-pixbuf.loaders # customize the pango config files, which have hard-coded values in them :( pango_rc=$install_etc/pango/pango.rc echo "[Pango]" > $pango_rc -echo "ModuleFiles=$install_etc/pango/pango.modules" > $pango_rc +echo "ModuleFiles=$install_etc/pango/pango.modules" >> $pango_rc cat $install_etc/pango/pango.modules \ - | sed -e "s/^\/.*\/usr\/lib/\/$installdir_s\/lib/g" + | sed -e "s/^\/.*\/usr\/lib/$installdir_s\/lib/g" \ > $tmp_file mv -f $tmp_file $install_etc/pango/pango.modules