From 899a387d39dd7e74f9309d27a4444f3d88b1a54e Mon Sep 17 00:00:00 2001 From: maroy Date: Thu, 30 Jun 2005 10:13:52 +0000 Subject: [PATCH] added error exit return on compilation failure --- livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh b/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh index 5f24e9d49..e4bedc659 100755 --- a/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh +++ b/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/install.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.7 $ +# Version : $Revision: 1.8 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/gstreamer/gstreamer-0.8.10/bin/Attic/install.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -58,7 +58,7 @@ tar xfj ${gstreamer_tar} cd ${product} ./configure --prefix=${installdir} \ --with-pkg-config-path=${pkg_config_path} -make install +make install || exit 1 echo "installing ${plugins} from ${basedir} to ${installdir}" @@ -84,7 +84,7 @@ patch -p1 < ${etcdir}/typefind-smil.patch # is missing from there. remove this when later versions come around ./configure --disable-spc --prefix=${installdir} \ --with-pkg-config-path=${pkg_config_path} -make install +make install || exit 1 cd ${basedir}