diff buildsys.mk.in @ 3861:1902ce57b333

Fix installation of libaudid3tag in ${plugindir}.
author Vitaly Lipatov <lav@etersoft.ru>
date Sat, 27 Oct 2007 19:38:38 -0500
parents a0e4a85a6778
children b5c8a7e2215d
line wrap: on
line diff
--- a/buildsys.mk.in	Sat Oct 27 12:37:55 2007 -0500
+++ b/buildsys.mk.in	Sat Oct 27 19:38:38 2007 -0500
@@ -43,6 +43,7 @@
 LIB_LDFLAGS = @LIB_LDFLAGS@
 LIB_PREFIX = @LIB_PREFIX@
 LIB_SUFFIX = @LIB_SUFFIX@
+LIBDIR ?= ${libdir}
 PLUGIN_CPPFLAGS = @PLUGIN_CPPFLAGS@
 PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
 PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@
@@ -203,7 +204,7 @@
 
 	for i in ${LIB}; do \
 		${INSTALL_STATUS}; \
-		if ${MKDIR_P} ${DESTDIR}${libdir} && ${INSTALL_LIB}; then \
+		if ${MKDIR_P} ${DESTDIR}${LIBDIR} && ${INSTALL_LIB}; then \
 			${INSTALL_OK}; \
 		else \
 			${INSTALL_FAILED}; \