diff options
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ populate_collected () { if ([ -d bin ]) { for i in bin; { if (podchecker bin/$i &> /dev/null) { - pod2man bin/$i > $PDIR/.collected/man/$i + pod2man bin/$i > $PDIR/.collected/man/man1/$i } } } |