summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-03 19:25:02 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-03 19:25:02 +0200
commit71a70bee1170fb6fa9fd8b14058d929049ac3850 (patch)
tree173035f46c6dc0a468ee94d5f17ece064e62ff02 /bin
parent003b949208a116230d5df03189362535de217b61 (diff)
changed man/ to man/man1
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 51bd172..d575d54 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -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
}
}
}