Explorar el Código

libepoxy: fix install error

Waldemar Brodkorb hace 10 años
padre
commit
cfb3f5daa5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/libepoxy/Makefile

+ 1 - 1
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