This is needed for the pkg-config file to be installed, which is
needed by systemd.
---
pciutils.morph | 3 ++-
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"
]
}
--
1.7.5.4