- Fix GDL_PATH in profile scripts (bug #634251)

This commit is contained in:
Orion Poplawski 2010-09-15 15:25:28 -06:00
parent e83a298d91
commit 9658ff8a59
3 changed files with 6 additions and 3 deletions

View File

@ -2,4 +2,4 @@
if ( $?GDL_PATH ) then
exit
endif
setenv GDL_PATH +/usr/share/gdl
setenv GDL_PATH +/usr/share/gnudatalanguage

2
gdl.sh
View File

@ -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

View File

@ -2,7 +2,7 @@
Name: gdl
Version: 0.9
Release: 2%{?dist}
Release: 3%{?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@cora.nwra.com> - 0.9-3
- Fix GDL_PATH in profile scripts (bug #634251)
* Wed Sep 15 2010 Orion Poplawski <orion@cora.nwra.com> - 0.9-2
- Rebuild for new ImageMagick