From 90329b323d7388a7e0f4ee1922ce68bd40e53ef2 Mon Sep 17 00:00:00 2001 From: "Jan F. Chadima" Date: Thu, 26 Nov 2009 11:57:21 +0000 Subject: [PATCH] typo in spec file --- libssh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libssh.spec b/libssh.spec index a7baf7d..7f500a0 100644 --- a/libssh.spec +++ b/libssh.spec @@ -38,7 +38,7 @@ developing applications that use %{name}. %build mkdir obj cd obj -cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. +cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=%{libdir} .. make %install