diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/auto-tw-l10n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/auto-tw-l10n/Makefile b/chinese/auto-tw-l10n/Makefile index 2f023805faf..55e52d5b0b7 100644 --- a/chinese/auto-tw-l10n/Makefile +++ b/chinese/auto-tw-l10n/Makefile @@ -32,8 +32,8 @@ pre-install: @${FIND} ${WRKSRC} -name "*.in" -delete do-install: - ${MKDIR} ${PREFIX}/share/skel/zh_TW.Big5 - ${CP} ${WRKSRC}/* ${PREFIX}/share/skel/zh_TW.Big5 + ${MKDIR} ${TARGETDIR}/share/skel/zh_TW.Big5 + ${CP} ${WRKSRC}/* ${TARGETDIR}/share/skel/zh_TW.Big5 post-install: @${CAT} ${PKGMESSAGE} |