diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 13:12:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 13:12:08 +0100 |
commit | e3c30b880a543de53fd972ba536ef86a0a5d55a1 (patch) | |
tree | 4894d2edea27a5209c41ee9c988077d8134ff4d9 /package | |
parent | 0b9bf7c336b992c90e764c327b945bf8ee20a202 (diff) |
install library files
Diffstat (limited to 'package')
-rw-r--r-- | package/fontconfig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/fontconfig/Makefile b/package/fontconfig/Makefile index 99404e8e9..824704dcd 100644 --- a/package/fontconfig/Makefile +++ b/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 |