]> git.pld-linux.org Git - packages/eclipse.git/commitdiff
- changed wrapper shell to bash because of expr error in further eclipse scripts auto/th/eclipse-3_2-2
authorczarny <czarny@pld-linux.org>
Wed, 19 Jul 2006 23:06:45 +0000 (23:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse.spec -> 1.73

eclipse.spec

index 3e00a715a20b0536c8d7b333df087a8354186b64..b1006f30872b4f50dc9090c7d89febc13ccc6048 100644 (file)
@@ -12,7 +12,7 @@ Summary:      Eclipse - an open extensible IDE
 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
@@ -88,7 +88,7 @@ cp -a baseLocation/plugins/* $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins
 #wrapper
 install -d $RPM_BUILD_ROOT%{_bindir}
 cat > $RPM_BUILD_ROOT%{_bindir}/eclipse << 'EOF'
-#!/bin/sh
+#!/bin/bash
 exec %{_libdir}/%{name}/eclipse $*
 EOF
 
This page took 0.04471 seconds and 4 git commands to generate.