summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-15 15:51:28 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-22 18:25:22 +0000
commit3a791948120ef630d2f5ac9861982850af4378fd (patch)
treeb98f6887154cc80bdcecd50ec3d790fb148751e2
parent2b609617679ca72f33cd7ec338736ce1250c53ca (diff)
downloaddefinitions-baserock/richardipsum/lspci-fix-v2.tar.gz
Add comment to configure commandbaserock/richardipsum/lspci-fix-v2
At first glance this might seem redundant since the makefile defaults to share/man if the directory is already present
-rw-r--r--strata/foundation/pciutils.morph2
1 files changed, 1 insertions, 1 deletions
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: