From 0560fb55145b6b5f5ec1d5f8b851122d54505113 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 08:15:57 +0200 Subject: [PATCH] mdocml: INSTALL: fix path to makewhatis. --- srcpkgs/mdocml/INSTALL | 2 +- srcpkgs/mdocml/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mdocml/INSTALL b/srcpkgs/mdocml/INSTALL index 25ae089572..36be63101b 100644 --- a/srcpkgs/mdocml/INSTALL +++ b/srcpkgs/mdocml/INSTALL @@ -1,6 +1,6 @@ case "$ACTION" in post) echo "Regenerating man db..." - sbin/makewhatis -a -Tutf8 + usr/bin/makewhatis -a -Tutf8 ;; esac diff --git a/srcpkgs/mdocml/template b/srcpkgs/mdocml/template index ec719bdca3..894ca6077b 100644 --- a/srcpkgs/mdocml/template +++ b/srcpkgs/mdocml/template @@ -1,7 +1,7 @@ # Template file for 'mdocml' pkgname=mdocml version=1.13.3 -revision=3 +revision=4 build_pie=yes build_style=configure makedepends="sqlite-devel"