diff options
Diffstat (limited to 'russian')
-rw-r--r-- | russian/mythes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/russian/mythes/Makefile b/russian/mythes/Makefile index 28c19c404ccb..865091346f58 100644 --- a/russian/mythes/Makefile +++ b/russian/mythes/Makefile @@ -24,7 +24,7 @@ PLIST_FILES= %%DATADIR%%/th_ru_RU_v2.dat \ PLIST_DIRSTRY= %%DATADIR%% do-install: - ${MKDIR} ${STAGEDIR}{DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/th_ru_RU_v2.dat ${WRKSRC}/th_ru_RU_v2.idx ${STAGEDIR}${DATADIR}/ ${LN} -s th_ru_RU_v2.dat ${STAGEDIR}${DATADIR}/th_ru_UA_v2.dat ${LN} -s th_ru_RU_v2.idx ${STAGEDIR}${DATADIR}/th_ru_UA_v2.idx |