Browse Source

fix configure pass

Ralf S. Engelschall 23 years ago
parent
commit
99625bbfd2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      groff/groff.spec

+ 2 - 2
groff/groff.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
 Group:        Text
 License:      GPL
 Version:      1.18
-Release:      20020807
+Release:      20020810
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
@@ -60,7 +60,7 @@ AutoReqProv:  no
     CFLAGS="%{l_cflags -O}" \
     CXX="%{l_cxx}" \
     CXXFLAGS="%{l_cflags -O}" \
-    ./configure \
+    %{l_bash} ./configure \
         --prefix=%{l_prefix}
     PATH="`pwd`/src/roff/troff:$PATH"
     PATH="`pwd`/src/roff/groff:$PATH"