From ad2d3244410b56c1fbd0547b60197bd20a880037 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 8 Jun 2008 14:28:56 +0200 Subject: oops --- bin/pkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index bcfe188..9c4c66a 100755 --- a/bin/pkg +++ b/bin/pkg @@ -157,9 +157,9 @@ populate_collected () { info "Enabling documentation " if ([ -d man ]) { for section in man/*; { - for i in man/$section/*; { + for i in $section/*; { if (podchecker $i &> /dev/null) { - pod2man -c "$1 package" -r "/home/derf" $i > $PDIR/.collected/man/man$section/$(basename $i).$section + pod2man -c "$1 package" -r "/home/derf" $i > $PDIR/.collected/man/man$(basename $section)/$(basename $i).$section echo -n "+" } else { echo -n "." -- cgit v1.2.3