From b8e10478eb51049d7e780dadd2813c2050baeaac Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Mon, 31 Jul 2006 22:30:32 +0000
Subject: [PATCH] Create $(shlibdir), not $(libdir) for shared libs.

Originally committed as revision 5874 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 common.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common.mak b/common.mak
index f06d3268a09..61548831507 100644
--- a/common.mak
+++ b/common.mak
@@ -60,7 +60,7 @@ install: install-libs install-headers
 install-libs: $(INSTLIBTARGETS)
 
 install-lib-shared: $(SLIBNAME)
-	install -d "$(libdir)"
+	install -d "$(shlibdir)"
 ifeq ($(CONFIG_MINGW),yes)
 	install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
 else
-- 
GitLab