diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:24:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:24:51 +0000 |
commit | f32b4a646d57ce481b4dd7fe5833576a69aa79d5 (patch) | |
tree | 6c82ba3db072751cdb149734b14210803e71bfa2 /korean/a2ps/files/patch-aa | |
parent | 5accad06a79f54cba34f76f2319d8456664b9780 (diff) |
Notes
Diffstat (limited to 'korean/a2ps/files/patch-aa')
-rw-r--r-- | korean/a2ps/files/patch-aa | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/korean/a2ps/files/patch-aa b/korean/a2ps/files/patch-aa deleted file mode 100644 index 804955c37196..000000000000 --- a/korean/a2ps/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- a2ps-h.py~ Sat Sep 30 18:04:02 2000 -+++ a2ps-h.py Sat Sep 30 18:04:39 2000 -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#!%%PYTHON_CMD%% - - # - # (C) Mizi Research -@@ -16,10 +16,10 @@ - - import string,sys,os - --hps = '/Gulim-Regular' --hbps = '/Gulim-Regular' --hbops = '/Gulim-Regular' --hops = '/Gulim-Regular' -+hps = '/%%PSFONTKO%%' -+hbps = '/%%PSFONTKO%%' -+hbops = '/%%PSFONTKO%%' -+hops = '/%%PSFONTKO%%' - - def trans_file(filename): - if type(filename) == type([]): |