diff options
Diffstat (limited to 'chinese/sunpinyin/files/patch-man_SConscript')
-rw-r--r-- | chinese/sunpinyin/files/patch-man_SConscript | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/sunpinyin/files/patch-man_SConscript b/chinese/sunpinyin/files/patch-man_SConscript new file mode 100644 index 000000000000..e04f8c8623af --- /dev/null +++ b/chinese/sunpinyin/files/patch-man_SConscript @@ -0,0 +1,11 @@ +--- man/SConscript.orig 2014-11-14 14:17:48 UTC ++++ man/SConscript +@@ -1,7 +1,7 @@ + import os + Import('env') + +-pod2man = Builder(action = 'pod2man < $SOURCE > $TARGET') ++pod2man = Builder(action = 'pod2man $SOURCE $TARGET') + env.Append(BUILDERS = {'Man': pod2man}) + + env.Man('mmseg.1', 'mmseg.pod') |