diff options
Diffstat (limited to 'math/siag/files/patch-ak')
-rw-r--r-- | math/siag/files/patch-ak | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/math/siag/files/patch-ak b/math/siag/files/patch-ak deleted file mode 100644 index 6b7aeb13db65..000000000000 --- a/math/siag/files/patch-ak +++ /dev/null @@ -1,23 +0,0 @@ ---- pw/pw.scm Sat Feb 5 13:16:43 2000 -+++ pw/pw.scm Fri Feb 25 11:46:39 2000 -@@ -539,2 +539,2 @@ -- "*.txt" "catdoc %s > %s" -- "*.rtf" "cp %s %s")) -+ "*.txt" "exec catdoc '%s' > '%s'" -+ "*.rtf" "exec cp '%s' '%s'")) -@@ -543,2 +543,2 @@ -- "*.txt" "blaha < %s > %s" -- "*.txt" "blaha < %s > %s")) -+ "*.txt" "exec blaha < '%s' > '%s'" -+ "*.txt" "exec blaha < '%s' > '%s'")) -@@ -547,2 +547,2 @@ -- "*.html" "mswordview -n %s -o %s" -- "*.rtf" "cp %s %s")) -+ "*.html" "exec mswordview -n '%s' -o '%s'" -+ "*.rtf" "exec cp '%s' '%s'")) -@@ -551 +551 @@ -- "*.txt" "groff -Tascii -mandoc %s > %s" -+ "*.txt" "exec groff -Tascii -mandoc '%s' > '%s'" -@@ -555 +555 @@ -- "*.rtf" "2rtf %s %s" -+ "*.rtf" "exec 2rtf '%s' '%s'" |