summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 30f43ad..f7c3002 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -324,7 +324,7 @@ populate_collected () {
section=${i:h:t}
manpage=${i:t}
if (podchecker man/$section/$manpage &> /dev/null) {
- pod2man -s $section -c "$1 package" -r "/home/derf" man/$section/$manpage > $PDIR/.collected/man/man$section/$manpage.$section
+ pod2man -s $section -c "$1 package" -r $HOME man/$section/$manpage > $PDIR/.collected/man/man$section/$manpage.$section
echo -n "+"
} else {
echo -n "."