diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-10 13:08:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-10 13:08:33 +0200 |
commit | 7d7d0ad0d61e22e7fd5c938f2aaf90b00416e6b7 (patch) | |
tree | bbf34cc9f8298b52e445aac2bd537acb2062cfab /package/font-util | |
parent | bbdeb66b02904db8f592b5de5164898054dc8a92 (diff) |
misc finetuning
Diffstat (limited to 'package/font-util')
-rw-r--r-- | package/font-util/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/font-util/Makefile b/package/font-util/Makefile index af4f4d5e0..150a5561c 100644 --- a/package/font-util/Makefile +++ b/package/font-util/Makefile @@ -26,12 +26,12 @@ $(eval $(call PKG_template,FONT_UTIL_DEV,font-util-dev,${PKG_VERSION}-${PKG_RELE # especially as all font packages still need patching to avoid # calling pkg-config (which we don't provide) in order to # automatically find the mappings. -fonts-hack: +post-build: ${INSTALL_DIR} ${STAGING_DIR}/usr/share/fonts/X11/util - ${CP} ${WRKINST}/usr/share/fonts/X11/util/* \ + ${CP} ${WRKBUILD}/map-* \ ${STAGING_DIR}/usr/share/fonts/X11/util -font-util-install: fonts-hack +font-util-install: ${INSTALL_DIR} ${IDIR_FONT_UTIL}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/ucs2any \ ${IDIR_FONT_UTIL}/usr/bin |