From 44b4d49c5133b4f4131af740addcdb05e9b42534 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 15 Jan 2015 15:57:38 +0000 Subject: Pass PREFIX to make Makes lpsci look in the right place for the pci.ids file --- strata/foundation/pciutils.morph | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/strata/foundation/pciutils.morph b/strata/foundation/pciutils.morph index 8ca13bad..8badd8b5 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 +- 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 -- cgit v1.2.1