summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-08 15:15:28 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-08 15:15:28 +0200
commit5caeb3cdf852d5b55a6351791917cf8681368ad5 (patch)
treeb876dbb7be5fd3f74643300810da0573c8c38a30 /bin/pkg
parent2db4a5d32970aa004ccec50e4e32bc3b5b8d6223 (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 74f42c9..37e59ef 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -159,7 +159,7 @@ populate_collected () {
for section in man/*; {
for i in $section/*; {
if (podchecker $i &> /dev/null) {
- pod2man -c "$1 package" -r "/home/derf" $i > $PDIR/.collected/man/man$(basename $section)/$(basename $i).$section
+ pod2man -c "$1 package" -r "/home/derf" $i > $PDIR/.collected/man/man$(basename $section)/$(basename $i).$(basename $section)
echo -n "+"
} else {
echo -n "."