diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-08-05 23:24:21 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-08-05 23:24:27 +0200 |
commit | c5ee9fd40936e1d3001dbf84e43366897bd16ac9 (patch) | |
tree | 17d7a6366acbdd8f492a44034d64cd5c5cff40e6 | |
parent | 43cca375a33db94532e183b312f2fc74705785e6 (diff) | |
download | aports-c5ee9fd40936e1d3001dbf84e43366897bd16ac9.tar.bz2 aports-c5ee9fd40936e1d3001dbf84e43366897bd16ac9.tar.xz |
main/mdocml: fix makewhatis invocation
/usr/share/man has to be the last argument
-rw-r--r-- | main/mdocml/mdocml.trigger | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mdocml/mdocml.trigger b/main/mdocml/mdocml.trigger index fc299d1009..b1060c4984 100644 --- a/main/mdocml/mdocml.trigger +++ b/main/mdocml/mdocml.trigger @@ -1,4 +1,4 @@ #!/bin/sh exec /usr/sbin/makewhatis \ - -a /usr/share/man -T utf8 + -a -T utf8 /usr/share/man |