diff options
Diffstat (limited to 'french/mythes/Makefile')
-rw-r--r-- | french/mythes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/mythes/Makefile b/french/mythes/Makefile index c1713047d9ef..0c3d1968d9c4 100644 --- a/french/mythes/Makefile +++ b/french/mythes/Makefile @@ -27,7 +27,7 @@ PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2.dat \ .endfor do-install: - ${MKDIR} ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/thes_fr.dat ${STAGEDIR}${DATADIR}/th_fr_FR_v2.dat ${INSTALL_DATA} ${WRKSRC}/thes_fr.idx ${STAGEDIR}${DATADIR}/th_fr_FR_v2.idx .for ALIAS in ${FRALIASES} |