From bae04bd0473c68a2f21b7712a627abb08fd84b29 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 30 Jul 2012 12:31:00 +0000 Subject: pciutils: add make install-lib to install-commands This is needed for the pkg-config file to be installed, which is needed by systemd. --- pciutils.morph | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ] } -- cgit v1.2.1