[gdl/f14/master] - Fix GDL_PATH in profile scripts (bug #634251)

Orion Poplawski orion at fedoraproject.org
Wed Sep 15 21:28:40 UTC 2010


commit 440620cf9cad9ffb81e1fda7c840d339ea798b81
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Sep 15 15:28:36 2010 -0600

    - Fix GDL_PATH in profile scripts (bug #634251)

 gdl.csh  |    2 +-
 gdl.sh   |    2 +-
 gdl.spec |    5 ++++-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gdl.csh b/gdl.csh
index 5ab353a..12cde5c 100644
--- a/gdl.csh
+++ b/gdl.csh
@@ -2,4 +2,4 @@
 if ( $?GDL_PATH ) then
 	exit
 endif
-setenv GDL_PATH +/usr/share/gdl
+setenv GDL_PATH +/usr/share/gnudatalanguage
diff --git a/gdl.sh b/gdl.sh
index a6304cc..3ee18c6 100644
--- a/gdl.sh
+++ b/gdl.sh
@@ -1,3 +1,3 @@
 # Make sure GDL_PATH is set
-[ -z "$GDL_PATH" ] && GDL_PATH="+/usr/share/gdl"
+[ -z "$GDL_PATH" ] && GDL_PATH="+/usr/share/gnudatalanguage"
 export GDL_PATH
diff --git a/gdl.spec b/gdl.spec
index 3890586..3f0ea9b 100644
--- a/gdl.spec
+++ b/gdl.spec
@@ -2,7 +2,7 @@
 
 Name:           gdl
 Version:        0.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GNU Data Language
 
 Group:          Applications/Engineering
@@ -170,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 15 2010 Orion Poplawski <orion at cora.nwra.com> - 0.9-2
+- Fix GDL_PATH in profile scripts (bug #634251)
+
 * Mon Aug 30 2010 Orion Poplawski <orion at cora.nwra.com> - 0.9-1
 - Update to 0.9 final
 


More information about the scm-commits mailing list