OpenSDE Packages Database (without history before r20070)
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

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../acroread/setup.diff
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. --- INSTALL.orig 2005-03-12 02:50:00.000000000 +0100
  17. +++ INSTALL 2005-04-22 09:46:41.000000000 +0200
  18. @@ -205,7 +205,7 @@
  19. {
  20. var=$1
  21. - defdir="/usr/local/Adobe/Acrobat7.0"
  22. + defdir="/opt/acroread"
  23. case "$OSname" in
  24. SunOS)
  25. case "$OSrelease" in
  26. @@ -364,7 +364,7 @@
  27. CustomPlatformTar="$4"
  28. - OutputLicense "$ReadLicense"
  29. +# OutputLicense "$ReadLicense"
  30. ReadLicense=""
  31. PrintRequiredFree "$ReadTar" "$SearchTar" "$CustomTar" \
  32. @@ -374,6 +374,7 @@
  33. if [ -z "$ReadInstallDir" ] ; then
  34. GetInstallDirectory ReadInstallDir
  35. fi
  36. + mkdir -p $ReadInstallDir
  37. echo $ReadInstallDir
  38. @@ -410,7 +411,7 @@
  39. AcroSerNum=""
  40. AcroCompName=""
  41. -ReadInstallDir=""
  42. +ReadInstallDir="/opt/acroread"
  43. case "${ScriptDirectory}" in
  44. /*) ;;
  45. .) ScriptDirectory="$CurrentDirectory" ;;