Przeglądaj źródła

try to fix grep building

Ralf S. Engelschall 24 lat temu
rodzic
commit
63c8e7d930
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      grep/grep.spec

+ 2 - 2
grep/grep.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Text
 License:      GPL
 Version:      2.5
-Release:      20020821
+Release:      20020823
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/grep/grep-%{version}.tar.gz
@@ -59,7 +59,7 @@ AutoReqProv:  no
     CFLAGS="%{l_cflags -O}" \
     CPPFLAGS="-I%{l_prefix}/include" \
     LDFLAGS="-L%{l_prefix}/lib" \
-    ./configure \
+    %{l_bash} ./configure \
         --prefix=%{l_prefix} \
         --with-included-gettext
     %{l_make} %{l_mflags -O}