summaryrefslogtreecommitdiff
path: root/strata/foundation/pciutils.morph
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-01-23 15:28:05 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-01-23 15:28:05 +0000
commit5390c2a1ec9815c90177e41f796278d59ed44dea (patch)
tree244cc0bf8b822a312a2a782c2328c06a297c3b9f /strata/foundation/pciutils.morph
parent5f2cbb6e03d58bd15cea22e3571e8ef3ec3c08df (diff)
downloaddefinitions-5390c2a1ec9815c90177e41f796278d59ed44dea.tar.gz
Morph build 3e7db1f16da7415d8881f5c58e7fa189
System branch: master
Diffstat (limited to 'strata/foundation/pciutils.morph')
-rw-r--r--strata/foundation/pciutils.morph12
1 files changed, 6 insertions, 6 deletions
diff --git a/strata/foundation/pciutils.morph b/strata/foundation/pciutils.morph
index 8ca13bad..eb8f11c0 100644
--- a/strata/foundation/pciutils.morph
+++ b/strata/foundation/pciutils.morph
@@ -1,11 +1,11 @@
name: pciutils
kind: chunk
configure-commands:
-- make ZLIB=no lib/config.mk
-- echo PREFIX=$PREFIX >>lib/config.mk
-- echo MANDIR=$PREFIX/share/man >>lib/config.mk
+- make PREFIX="$PREFIX" ZLIB=no lib/config.mk
+- echo PREFIX="$PREFIX" >>lib/config.mk
+- echo MANDIR="$PREFIX/share/man" >>lib/config.mk
build-commands:
-- make
+- make PREFIX="$PREFIX"
install-commands:
-- make DESTDIR="$DESTDIR" install
-- make DESTDIR="$DESTDIR" install-lib
+- make PREFIX="$PREFIX" DESTDIR="$DESTDIR" install
+- make PREFIX="$PREFIX" DESTDIR="$DESTDIR" install-lib