summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-07-30 12:31:00 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-07-30 15:45:43 +0000
commitbae04bd0473c68a2f21b7712a627abb08fd84b29 (patch)
tree4a038341ef378433c3c49a474ba29dba30977fde
parent09db991f86d95feffc36d6dfe067f272c816295c (diff)
downloadpciutils-bae04bd0473c68a2f21b7712a627abb08fd84b29.tar.gz
pciutils: add make install-lib to install-commandsbaserock/morph
This is needed for the pkg-config file to be installed, which is needed by systemd.
-rw-r--r--pciutils.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/pciutils.morph b/pciutils.morph
index 5997e93..520a27d 100644
--- a/pciutils.morph
+++ b/pciutils.morph
@@ -11,6 +11,7 @@
"make"
],
"install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
+ "make DESTDIR=\"$DESTDIR\" install",
+ "make DESTDIR=\"$DESTDIR\" install-lib"
]
}