Browse Source

fix installation of SQLite 2.x and this way many dependend packages

Ralf S. Engelschall 19 years ago
parent
commit
8b66ecf807
1 changed files with 2 additions and 1 deletions
  1. 2 1
      sqlite/sqlite.spec

+ 2 - 1
sqlite/sqlite.spec

@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_v3}
-Release:      20060211
+Release:      20060311
 
 #   package options
 %option       with_v2              yes
@@ -97,6 +97,7 @@ AutoReqProv:  no
 %if "%{with_v2}" == "yes"
     %patch -p0 -d sqlite-%{V_v2} -P 1
 %endif
+    chmod a+x sqlite-%{V_v2}/install-sh
     for v in %{V_v3} \
 %if "%{with_v2}" == "yes"
         %{V_v2} \