From cfb3f5daa57b8e90064d2179dd35b563c3592e6a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 22 Oct 2015 08:04:58 +0200 Subject: libepoxy: fix install error --- package/libepoxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libepoxy/Makefile b/package/libepoxy/Makefile index 744b6f422..e6110bca0 100644 --- a/package/libepoxy/Makefile +++ b/package/libepoxy/Makefile @@ -22,7 +22,7 @@ AUTOTOOL_STYLE:= autogen libepoxy-install: $(INSTALL_DIR) $(IDIR_LIBEPOXY)/usr/lib - $(CP) $(WRKINST)/usr/lib/liblibepoxy*.so* \ + $(CP) $(WRKINST)/usr/lib/libepoxy*.so* \ $(IDIR_LIBEPOXY)/usr/lib include $(ADK_TOPDIR)/mk/pkg-bottom.mk -- cgit v1.2.3