From ee1c99a3c8c29f50a91ab28f2f7b7773f6355487 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 23 Jul 2012 23:25:37 +0100 Subject: nss.morph: Fix libdir another way --- nss.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nss.morph b/nss.morph index c7829c7..27d4d99 100644 --- a/nss.morph +++ b/nss.morph @@ -5,6 +5,6 @@ "max-jobs": "1", "configure-commands": [ "NOCONFIGURE=1 ./autogen.sh", - "./configure --prefix=\"$PREFIX\" --exec-prefix=\"$PREFIX\"" + "./configure --prefix=\"$PREFIX\" --libdir=\"$PREFIX/lib\"" ] } -- cgit v1.2.1