diff --git a/livesupport/tools/gtk+/gtk+-2.6.1/bin/install.sh b/livesupport/tools/gtk+/gtk+-2.6.1/bin/install.sh index b99676b71..1f87af8ff 100755 --- a/livesupport/tools/gtk+/gtk+-2.6.1/bin/install.sh +++ b/livesupport/tools/gtk+/gtk+-2.6.1/bin/install.sh @@ -21,8 +21,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: maroy $ -# Version : $Revision: 1.1 $ +# Author : $Author: fgerlits $ +# Version : $Revision: 1.2 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/gtk+/gtk+-2.6.1/bin/Attic/install.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -54,7 +54,7 @@ export CPPFLAGS="-I$installdir/include" export LDFLAGS="-L$installdir/lib" export PKG_CONFIG_PATH="$installdir/lib/pkgconfig" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - +export PATH="$PATH:$usrdir/bin" mkdir -p $tmpdir # compile & install tiff diff --git a/livesupport/tools/gtkmm/gtkmm-2.5.5/bin/install.sh b/livesupport/tools/gtkmm/gtkmm-2.5.5/bin/install.sh index 0f0d1962f..2775f7c3a 100755 --- a/livesupport/tools/gtkmm/gtkmm-2.5.5/bin/install.sh +++ b/livesupport/tools/gtkmm/gtkmm-2.5.5/bin/install.sh @@ -21,8 +21,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: maroy $ -# Version : $Revision: 1.1 $ +# Author : $Author: fgerlits $ +# Version : $Revision: 1.2 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/gtkmm/gtkmm-2.5.5/bin/Attic/install.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -50,6 +50,7 @@ export CPPFLAGS="-I$installdir/include" export LDFLAGS="-L$installdir/lib" export PKG_CONFIG_PATH="$installdir/lib/pkgconfig" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" +export PATH="$PATH:$usrdir/bin" mkdir -p $tmpdir diff --git a/livesupport/tools/libxml++/libxml++-2.8.1/bin/install.sh b/livesupport/tools/libxml++/libxml++-2.8.1/bin/install.sh index 560b05061..6f266e730 100755 --- a/livesupport/tools/libxml++/libxml++-2.8.1/bin/install.sh +++ b/livesupport/tools/libxml++/libxml++-2.8.1/bin/install.sh @@ -21,8 +21,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Author : $Author: fgerlits $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/libxml++/libxml++-2.8.1/bin/Attic/install.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -49,7 +49,7 @@ export CPPFLAGS="-I$usrdir/include" export LDFLAGS="-L$usrdir/lib" export PKG_CONFIG_PATH="$usrdir/lib/pkgconfig" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$usrdir/lib" - +export PATH="$PATH:$usrdir/bin" echo "installing $product from $basedir to $installdir"