|
|
@@ -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"
|
|
|
;;
|