diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-03 19:25:02 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-03 19:25:02 +0200 |
commit | 71a70bee1170fb6fa9fd8b14058d929049ac3850 (patch) | |
tree | 173035f46c6dc0a468ee94d5f17ece064e62ff02 /bin | |
parent | 003b949208a116230d5df03189362535de217b61 (diff) |
changed man/ to man/man1
Diffstat (limited to 'bin')
-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 } } } |