diff options
Diffstat (limited to 'print/acroread/files/patch-aa')
| -rw-r--r-- | print/acroread/files/patch-aa | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/print/acroread/files/patch-aa b/print/acroread/files/patch-aa deleted file mode 100644 index a161fb7a0893..000000000000 --- a/print/acroread/files/patch-aa +++ /dev/null @@ -1,38 +0,0 @@ ---- INSTALL.orig Fri Sep 11 13:31:26 1998 -+++ INSTALL Thu Mar 9 09:34:06 2000 -@@ -115,6 +115,8 @@ - if [ "$i" -a -f "$i" ] ; then - if [ `uname -s` = "Linux" ] ; then - size=`ls -lLn "$i" | ( read perm links owner group size date ; echo $size )` -+ elif [ `uname -s` = "FreeBSD" ] ; then -+ size=`ls -lL "$i" | ( read perm links owner group size date ; echo $size )` - else - size=`ls -lLon "$i" | ( read perm links owner size date ; echo $size )` - fi -@@ -151,7 +153,7 @@ - - ExtractFiles () - { -- ( cd "$1" ; tar xf "$2" ) -+ ( cd "$1" ; tar --unlink -xf "$2" ) - } - - InstallFiles () -@@ -484,7 +486,7 @@ - SearchPlatformTar="$3" - CustomPlatformTar="$4" - -- OutputLicense "$ReadLicense" -+# OutputLicense "$ReadLicense" - ReadLicense="" - - PrintRequiredFree "$ReadTar" "$SearchTar" "$CustomTar" \ -@@ -557,7 +559,7 @@ - *) ScriptDirectory="$CurrentDirectory"/"$ScriptDirectory" ;; - esac - --if [ "`type uname`" != "uname not found" ] ; then -+if [ "`uname`" != "uname not found" ] ; then - OSname=`uname -s` - if [ "$OSname" = "AIX" ] ; then - OSrelease=`uname -a | ( read name host minor major foo ; echo $major.$minor )` |
