浏览代码

ix86 FreeBSD and Linux only, too

Ralf S. Engelschall 22 年之前
父节点
当前提交
03a12fa0ca
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      acroread/acroread.spec

+ 3 - 3
acroread/acroread.spec

@@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Graphics
 License:      Commercial
 Version:      %{V_real}
-Release:      20030808
+Release:      20030811
 
 #   list of sources
 Source0:      ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/linux-%{V_comp}.tar.gz
@@ -70,7 +70,7 @@ AutoReqProv:  no
 
     #   unpack the corresponding binary only
     case "%{l_target}" in
-        *-freebsd* )
+        ix86-freebsd* )
             tarball="%{SOURCE linux-%{V_comp}.tar.gz}"
             shell="/compat/linux/bin/sh"
             if [ ! -f $shell ]; then
@@ -80,7 +80,7 @@ AutoReqProv:  no
                 exit 1
             fi
             ;;
-        *-linux* )
+        ix86-linux* )
             tarball="%{SOURCE linux-%{V_comp}.tar.gz}"
             shell="/bin/sh"
             ;;