diff options
Diffstat (limited to 'lang/yorick/files/patch-ab')
-rw-r--r-- | lang/yorick/files/patch-ab | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/yorick/files/patch-ab b/lang/yorick/files/patch-ab deleted file mode 100644 index 419e8d12ce20..000000000000 --- a/lang/yorick/files/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ ---- install.sh.orig Sat May 12 03:56:33 2001 -+++ install.sh Wed Sep 19 23:40:58 2001 -@@ -91,7 +91,6 @@ - if test ! -d $Y_SITE/i; then mkdir $Y_SITE/i; fi - if test ! -d $Y_SITE/i0; then mkdir $Y_SITE/i0; fi - if test ! -d $Y_SITE/g; then mkdir $Y_SITE/g; fi --if test ! -d $Y_SITE/doc; then mkdir $Y_SITE/doc; fi - rm -f $Y_SITE/junk.tst - touch ./junk.tst - if test -f $Y_SITE/junk.tst; then -@@ -100,7 +99,6 @@ - cp -f i/*.i i/README $Y_SITE/i - cp -f i0/*.i i0/README $Y_SITE/i0 - cp -f g/*.gs g/*.gp g/ps.ps g/README $Y_SITE/g -- cp -f doc/*.tex doc/*.ps doc/*.pdf doc/FILE_FORMATS doc/README doc/*.doc $Y_SITE/doc - fi - rm -f ./junk.tst - |