From abbf70b9998375f61010ce66a227961e93a3d3a9 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 6 Dec 2013 15:47:44 +0000 Subject: Modify the morphology install libcap2 in the lib folder. Now the Makefile installs libcap2 in the lib folder for all the architectures. --- libcap2.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] } -- cgit v1.2.1