diff options
Diffstat (limited to 'textproc/ecromedos/Makefile')
-rw-r--r-- | textproc/ecromedos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ecromedos/Makefile b/textproc/ecromedos/Makefile index 7486eb4..be032fb 100644 --- a/textproc/ecromedos/Makefile +++ b/textproc/ecromedos/Makefile @@ -33,7 +33,7 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/bin - @${MKDIR} ${STAGEDIR}${ETCDIR} + @${MKDIR} ${STAGEDIR}${ETCDIR} (cd ${WRKSRC} ; \ ${COPYTREE_SHARE} "data lib transform" ${STAGEDIR}${DATADIR} \ "-not ( -name "*.orig" -or -name "*.bak" )" ; \ |