diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-28 21:42:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-28 21:42:24 +0200 |
commit | 74a9ad0cb9aa4524928cb640898fe0403b456861 (patch) | |
tree | d405f0aa234560d8546afac099dda1a35001a4eb /package/font-adobe-75dpi/Makefile | |
parent | 4f11e76efa83e8b98aedee75302d2891e8c93214 (diff) |
update font related packages
Diffstat (limited to 'package/font-adobe-75dpi/Makefile')
-rw-r--r-- | package/font-adobe-75dpi/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/font-adobe-75dpi/Makefile b/package/font-adobe-75dpi/Makefile index 4f9d4dae9..61dc6568a 100644 --- a/package/font-adobe-75dpi/Makefile +++ b/package/font-adobe-75dpi/Makefile @@ -20,11 +20,9 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,FONT_ADOBE_75DPI,font-adobe-75dpi,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -XAKE_FLAGS+= DESTDIR='' - font-adobe-75dpi-install: $(INSTALL_DIR) $(IDIR_FONT_ADOBE_75DPI)/usr/share/fonts/X11/75dpi - $(CP) ${STAGING_TARGET_DIR}/usr/share/fonts/X11/75dpi/* \ + $(CP) ${WRKINST}/usr/share/fonts/X11/75dpi/* \ $(IDIR_FONT_ADOBE_75DPI)/usr/share/fonts/X11/75dpi include ${ADK_TOPDIR}/mk/pkg-bottom.mk |