commit 7e643f03d11b0e97b9a95f430234884a5da1aa99 parent 048ecdf656dd67853ad262bb58eb374813c01699 Author: phoebos <ben@bvnf.space> Date: Tue, 2 Apr 2024 18:23:30 +0100 blog: hook respects $KISS_ROOT Diffstat:
M | blog/010-kiss-misc.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blog/010-kiss-misc.html b/blog/010-kiss-misc.html @@ -30,7 +30,7 @@ case $1 in</pre></code> as well as a copy of <code>log()</code> from kiss itself # shellcheck disable=2086 [ "$man" ] && { log "$PKG" "Updating manpage database" - makewhatis -d /usr/share/man $man + makewhatis -d "$KISS_ROOT/usr/share/man" $man } ;;</pre></code></p>