]> git.pld-linux.org Git - packages/gnustep-make.git/commitdiff
- corrected paths in /etc/profile.d/GNUstep.sh
authorRoman Werpachowski <roman.werpachowski@gmail.com>
Wed, 12 Jan 2005 00:05:47 +0000 (00:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnustep-make.spec -> 1.49

gnustep-make.spec

index c0a711d915c79e49e7184535607c7f1a992686cc..7d60a6a915a69d39caa0c888362e103b29ffc495 100644 (file)
@@ -6,7 +6,7 @@ Summary:        GNUstep Makefile package
 Summary(pl):   Pakiet GNUstep Makefile
 Name:          gnustep-make
 Version:       1.10.0
-Release:       4
+Release:       5
 License:       GPL
 Vendor:                The GNUstep Project
 Group:         Applications/System
@@ -98,7 +98,7 @@ cat > $RPM_BUILD_ROOT/etc/profile.d/GNUstep.sh << EOF
 if [ ! -d \$GNUSTEP_USER_ROOT ]; then
        mkdir \$GNUSTEP_USER_ROOT
        chmod +rwx \$GNUSTEP_USER_ROOT
-       . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh
+       . %{_prefix}/GNUstep/System/Library/Makefiles/GNUstep.sh
 fi
 EOF
 
This page took 0.058227 seconds and 4 git commands to generate.