mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
mdocml: INSTALL: fix path to makewhatis.
This commit is contained in:
parent
41e3af838d
commit
0560fb5514
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
echo "Regenerating man db..."
|
echo "Regenerating man db..."
|
||||||
sbin/makewhatis -a -Tutf8
|
usr/bin/makewhatis -a -Tutf8
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mdocml'
|
# Template file for 'mdocml'
|
||||||
pkgname=mdocml
|
pkgname=mdocml
|
||||||
version=1.13.3
|
version=1.13.3
|
||||||
revision=3
|
revision=4
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
makedepends="sqlite-devel"
|
makedepends="sqlite-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue