Browse Source

fix broken shtool usage introduced in 20040924

Ralf S. Engelschall 21 years ago
parent
commit
291a9254f7
2 changed files with 3 additions and 2 deletions
  1. 1 0
      openpkg/HISTORY
  2. 2 2
      openpkg/openpkg.spec

+ 1 - 0
openpkg/HISTORY

@@ -2,6 +2,7 @@
 2004
 ====
 
+20040928 fix broken shtool usage introduced in 20040924
 20040924 remove the beecrypt C++ preprocessor configure test
 20040923 fix building of cURL under at least FreeBSD 5.3.
 20040922 correct usage text of openpkg.boot (matching aux.wrapsrc.sh exactly)

+ 2 - 2
openpkg/openpkg.spec

@@ -39,7 +39,7 @@
 #   o any cc(1)
 
 #   the package version/release
-%define       V_openpkg  20040924
+%define       V_openpkg  20040928
 
 #   the used software versions
 %define       V_rpm      4.2.1
@@ -530,7 +530,7 @@ Provides:     OpenPKG
          -e 's;cppglue\.cxx;;g' \
          -e '/^CXX = /s;@CXX@;@CC@;g' \
          Makefile.in
-      %{l_shtool} subst \
+      sh $shtool subst \
           -e '/LINENO: error: C\+\+ preprocessor/{N;N;N;N;s/.*/:/;}' \
           configure
     ) || exit $?