Browse Source

install library files

Waldemar Brodkorb 15 years ago
parent
commit
e3c30b880a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/fontconfig/Makefile

+ 1 - 0
package/fontconfig/Makefile

@@ -28,5 +28,6 @@ INSTALL_STYLE:=		auto
 
 post-install:
 	${INSTALL_DIR} ${IDIR_FONTCONFIG}/usr/lib
+	${CP} ${WRKINST}/usr/lib/libfontconfig.so* ${IDIR_FONTCONFIG}/usr/lib
 
 include ${TOPDIR}/mk/pkg-bottom.mk