summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
]
}