initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / hackbard / acroread / install.patch
1 --- ./INSTALL.orig      2003-05-22 02:04:53.000000000 +0200
2 +++ ./INSTALL   2003-05-22 02:19:51.000000000 +0200
3 @@ -108,7 +108,9 @@
4      echo "To decline the terms and conditions of this agreement enter \"decline\"."
5      echo " "
6      $echonl "Please type \"accept\" to accept the terms and conditions license agreement; Type \"decline\" to exit. "
7 -    read answer
8 +    echo "hdw accepting ..."
9 +    #read answer
10 +    answer="accept"
11      ucanswer=`echo "${answer}" | tr '[a-z]' '[A-Z]'`
12      case "$ucanswer" in
13      ACCEPT)
14 @@ -284,7 +286,8 @@
15  
16      echo " "
17      $echonl "Enter installation directory for Acrobat ${Version} [${InstallDir}] "
18 -    read answer
19 +    #read answer
20 +    answer="HDW_AR_INSTALL"
21      case "$answer" in
22        "")
23          ;;
24 @@ -299,7 +302,8 @@
25        echo " "
26        echo "Directory \"$InstallDir\" does not exist."
27        $echonl "Do you want to create it now? [y] "
28 -      read answer
29 +      #read answer
30 +      answer=y
31  
32        if [ "$answer" ] ; then
33            case "$answer" in
34 @@ -613,7 +617,8 @@
35  
36      echo " "
37      $echonl "Enter the configuration number to install: "
38 -    read ConfigNum
39 +    #read ConfigNum
40 +    ConfigNum=${AcroIntelLinuxNum}
41  
42    fi
43