浏览代码

try to resolve problems by using Bash instead of /bin/sh under Solaris

Ralf S. Engelschall 21 年之前
父节点
当前提交
8bfc3a08e6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      imagemagick/imagemagick.spec

+ 2 - 2
imagemagick/imagemagick.spec

@@ -41,7 +41,7 @@ Class:        BASE
 Group:        Graphics
 License:      GPL
 Version:      %{V_major}.%{V_minor}
-Release:      20040920
+Release:      20041002
 
 #   package options
 %option       with_perl   no
@@ -109,7 +109,7 @@ AutoReqProv:  no
     CXXFLAGS="%{l_cxxflags -O}" \
     LDFLAGS="%{l_ldflags}" \
     LIBS="-liconv" \
-    ./configure \
+    %{l_bash} ./configure \
         --prefix=%{l_prefix} \
         --without-magick-plus-plus \
         --without-modules \