SPECS: eclipse.spec - changed wrapper shell to bash because of ex...

czarny czarny at pld-linux.org
Thu Jul 20 01:06:50 CEST 2006


Author: czarny                       Date: Wed Jul 19 23:06:50 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
 - changed wrapper shell to bash because of expr error in further eclipse scripts

---- Files affected:
SPECS:
   eclipse.spec (1.72 -> 1.73) 

---- Diffs:

================================================================
Index: SPECS/eclipse.spec
diff -u SPECS/eclipse.spec:1.72 SPECS/eclipse.spec:1.73
--- SPECS/eclipse.spec:1.72	Mon Jul 17 21:56:49 2006
+++ SPECS/eclipse.spec	Thu Jul 20 01:06:45 2006
@@ -13,7 +13,7 @@
 Summary(pl):	Eclipse - otwarte, rozszerzalne środowisko programistyczne
 Name:		eclipse
 Version:	%{_ver_major}
-Release:	1
+Release:	2
 License:	EPL v1.0
 Group:		Development/Tools
 Source0:	http://download.eclipse.org/eclipse/downloads/drops/R-%{_ver_major}-%{_buildid}/%{name}-sourceBuild-srcIncluded-%{_ver_major}.zip
@@ -89,7 +89,7 @@
 #wrapper
 install -d $RPM_BUILD_ROOT%{_bindir}
 cat > $RPM_BUILD_ROOT%{_bindir}/eclipse << 'EOF'
-#!/bin/sh
+#!/bin/bash
 exec %{_libdir}/%{name}/eclipse $*
 EOF
 
@@ -255,6 +255,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.73  2006/07/19 23:06:45  czarny
+ - changed wrapper shell to bash because of expr error in further eclipse scripts
+
 Revision 1.72  2006/07/17 19:56:49  glen
 - drop noarch from ExclusiveArch (no BuildArch: noarch present)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eclipse.spec?r1=1.72&r2=1.73&f=u



More information about the pld-cvs-commit mailing list