summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-07 22:20:01 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-07 22:20:01 +0200
commit7fee6b9cda9ca1cb5fc32946c8377c4b1bef958b (patch)
treec74fbf76e8dbefa48cffc9805dfb1d64a0d8d4f4 /bin/pkg
parent8cfb41bc6e5f71086a6faab181c038ae223036a1 (diff)
oops
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index b4d9989..4e94e43 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -158,7 +158,7 @@ populate_collected () {
cd $PDIR/$1 || return
info "Enabling documentation "
if ([ -d man ]) {
- for section in man/*;
+ for section in man/*; {
for i in man/$section/*; {
if (podchecker $i &> /dev/null) {
pod2man -c "$1 package" -r "/home/derf" $i > $PDIR/.collected/man/man$section/$(basename $i).$section