From 8748c5126e1ef66a7101d2cfcbde3fbd058b1745 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 20 Feb 2014 14:35:46 +0000 Subject: Support staging --- japanese/japaneseAFM/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'japanese') diff --git a/japanese/japaneseAFM/Makefile b/japanese/japaneseAFM/Makefile index aaf7efedfae5..96b74fa0e864 100644 --- a/japanese/japaneseAFM/Makefile +++ b/japanese/japaneseAFM/Makefile @@ -16,12 +16,11 @@ NO_BUILD= yes AFMDIR= ${PREFIX}/share/fonts/afm -NO_STAGE= yes do-install: - @${MKDIR} ${AFMDIR} + @${MKDIR} ${STAGEDIR}${AFMDIR} .for font in GothicBBB-Medium Ryumin-Light .for dir in H V - ${INSTALL_DATA} ${WRKSRC}/${font}-${dir} ${AFMDIR} + ${INSTALL_DATA} ${WRKSRC}/${font}-${dir} ${STAGEDIR}${AFMDIR} .endfor .endfor -- cgit v1.2.3