summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-24 16:42:41 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-24 16:42:41 +0000
commit82a6f0dac13086ac790142eb44b17da955dda383 (patch)
tree60c770142d4a5d7c6f0d346dcc89504b6338610c
parent775e223edb5cbcd1895e401a4de9119d1810c4a3 (diff)
downloadkmod-82a6f0dac13086ac790142eb44b17da955dda383.tar.gz
kmod.morph: install pkg-config in right place
-rw-r--r--kmod.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmod.morph b/kmod.morph
index 5fdf48c..77a0727 100644
--- a/kmod.morph
+++ b/kmod.morph
@@ -12,6 +12,6 @@
"make"
],
"install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
+ "make DESTDIR=\"$DESTDIR\" pkgconfigdir=/usr/lib/pkgconfig install"
]
}