From 3a791948120ef630d2f5ac9861982850af4378fd Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 15 Jan 2015 15:51:28 +0000 Subject: Add comment to configure command At first glance this might seem redundant since the makefile defaults to share/man if the directory is already present --- strata/foundation/pciutils.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strata/foundation/pciutils.morph b/strata/foundation/pciutils.morph index eb8f11c0..03bd4a23 100644 --- a/strata/foundation/pciutils.morph +++ b/strata/foundation/pciutils.morph @@ -3,7 +3,7 @@ kind: chunk configure-commands: - make PREFIX="$PREFIX" ZLIB=no lib/config.mk - echo PREFIX="$PREFIX" >>lib/config.mk -- echo MANDIR="$PREFIX/share/man" >>lib/config.mk +- echo MANDIR="$PREFIX/share/man" >>lib/config.mk # ensure manpages are always installed in share/man build-commands: - make PREFIX="$PREFIX" install-commands: -- cgit v1.2.1