summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-12-06 15:47:44 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-12-06 15:47:44 +0000
commitabbf70b9998375f61010ce66a227961e93a3d3a9 (patch)
tree7bb258cb5d8690ea028b58a5d060c3a86e2b48bd
parent5deb1274a382e760a71f47afaab2ac14e4d30392 (diff)
downloadlibcap2-abbf70b9998375f61010ce66a227961e93a3d3a9.tar.gz
Modify the morphology install libcap2 in the lib folder.
Now the Makefile installs libcap2 in the lib folder for all the architectures.
-rw-r--r--libcap2.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcap2.morph b/libcap2.morph
index c409342..06e469f 100644
--- a/libcap2.morph
+++ b/libcap2.morph
@@ -6,6 +6,6 @@
"make prefix=\"$PREFIX\""
],
"install-commands": [
- "make prefix=\"$PREFIX\" DESTDIR=\"$DESTDIR\" RAISE_SETFCAP=no install"
+ "make prefix=\"$PREFIX\" DESTDIR=\"$DESTDIR\" RAISE_SETFCAP=no install lib=lib"
]
}