Bläddra i källkod

Ticket 67, remove unneeded export PATH

Michael Schloh von Bennewitz 23 år sedan
förälder
incheckning
79afd58cfa
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2 2
      x11-ssh-askpass/x11-ssh-askpass.spec
  2. 2 2
      xfig/xfig.spec

+ 2 - 2
x11-ssh-askpass/x11-ssh-askpass.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Converter
 License:      GPL
 Version:      1.2.4.1
-Release:      20030117
+Release:      20030425
 
 #   list of sources
 Source0:      http://www.pobox.com/~jmknoble/software/x11-ssh-askpass/x11-ssh-askpass-%{version}.tar.gz
@@ -56,7 +56,7 @@ AutoReqProv:  no
 
 %build
     x11_bindir=`%{l_prefix}/etc/rc --query x11_bindir`
-    PATH="$x11_bindir:$PATH"; export PATH
+    PATH="$x11_bindir:$PATH"
     %{l_shtool} subst \
         -e 's;rgb:70/80/90;rgb:ff/33/33;g' \
         SshAskpass-1337.ad

+ 2 - 2
xfig/xfig.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
 Group:        XWindow
 License:      MIT-style
 Version:      3.2.4
-Release:      20030312
+Release:      20030425
 
 #   list of sources
 Source0:      http://www.xfig.org/xfigdist/xfig.%{version}.code_only.tar.gz
@@ -82,7 +82,7 @@ AutoReqProv:  no
         Imakefile
     echo "DESTDIR = \"$RPM_BUILD_ROOT\"" >>Imakefile
     X11BINDIR="`%{l_prefix}/etc/rc --query x11_bindir`"
-    export PATH="$PATH:$X11BINDIR"
+    PATH="$PATH:$X11BINDIR"
     $X11BINDIR/xmkmf -a
 
     #   build binaries