You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/sunpinyin/files/sunpinyin-2.0.4-pod2man.patch

17 lines
406 B

https://bugs.debian.org/790287
https://code.google.com/p/sunpinyin/issues/detail?id=327
Author: Guo Yixuan <culu.gyx@gmail.com>
--- a/man/SConscript
+++ b/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')