You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							52 lines
						
					
					
						
							1.5 KiB
						
					
					
				
			
		
		
	
	
							52 lines
						
					
					
						
							1.5 KiB
						
					
					
				# --- SDE-COPYRIGHT-NOTE-BEGIN --- | 
						|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. | 
						|
# | 
						|
# Filename: package/.../acroread/setup.diff | 
						|
# Copyright (C) 2004 - 2006 The T2 SDE Project | 
						|
# | 
						|
# More information can be found in the files COPYING and README. | 
						|
# | 
						|
# This patch file is dual-licensed. It is available under the license the | 
						|
# patched project is licensed under, as long as it is an OpenSource license | 
						|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms | 
						|
# of the GNU General Public License as published by the Free Software | 
						|
# Foundation; either version 2 of the License, or (at your option) any later | 
						|
# version. | 
						|
# --- SDE-COPYRIGHT-NOTE-END --- | 
						|
--- INSTALL.orig	2005-03-12 02:50:00.000000000 +0100 | 
						|
+++ INSTALL	2005-04-22 09:46:41.000000000 +0200 | 
						|
@@ -205,7 +205,7 @@ | 
						|
 { | 
						|
   var=$1 | 
						|
    | 
						|
-  defdir="/usr/local/Adobe/Acrobat7.0" | 
						|
+  defdir="/opt/acroread" | 
						|
   case "$OSname" in | 
						|
     SunOS) | 
						|
       case "$OSrelease" in | 
						|
@@ -364,7 +364,7 @@ | 
						|
   CustomPlatformTar="$4" | 
						|
    | 
						|
    | 
						|
-  OutputLicense "$ReadLicense" | 
						|
+#  OutputLicense "$ReadLicense" | 
						|
   ReadLicense="" | 
						|
  | 
						|
   PrintRequiredFree "$ReadTar" "$SearchTar" "$CustomTar" \ | 
						|
@@ -374,6 +374,7 @@ | 
						|
   if [ -z "$ReadInstallDir" ] ; then | 
						|
     GetInstallDirectory ReadInstallDir | 
						|
   fi | 
						|
+  mkdir -p $ReadInstallDir | 
						|
  | 
						|
   echo $ReadInstallDir | 
						|
  | 
						|
@@ -410,7 +411,7 @@ | 
						|
  | 
						|
 AcroSerNum="" | 
						|
 AcroCompName="" | 
						|
-ReadInstallDir="" | 
						|
+ReadInstallDir="/opt/acroread" | 
						|
 case "${ScriptDirectory}" in | 
						|
   /*) ;; | 
						|
   .) ScriptDirectory="$CurrentDirectory" ;;
 | 
						|
 |