summaryrefslogtreecommitdiff
path: root/app-i18n/sunpinyin/files/sunpinyin-2.0.4-pod2man.patch
blob: 54831df2122081f3ef9a0f2b300e431063d06329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Guo Yixuan <culu.gyx@gmail.com>
Bug: https://code.google.com/archive/p/sunpinyin/issues/327
Gentoo-Bug: 553796

diff --git a/man/SConscript b/man/SConscript
index f3ebd03..e1551eb 100644
--- 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')