diff options
Diffstat (limited to 'print/ruby-panda')
-rw-r--r-- | print/ruby-panda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ruby-panda/Makefile b/print/ruby-panda/Makefile index 1692c325d0b4..8e9e3b9a7973 100644 --- a/print/ruby-panda/Makefile +++ b/print/ruby-panda/Makefile @@ -40,7 +40,7 @@ post-install: .for f in ${EXAMPLES_EN} ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ .endfor - cd ${RUBY_EXAMPLESDIR}/${PORTNAME} && ${LN} -sf ../../panda/*.jpg ../../panda/*.png ../../panda/*.tif . + cd ${RUBY_EXAMPLESDIR}/${PORTNAME}; ${LN} -sf ../../panda/*.jpg ../../panda/*.png ../../panda/*.tif . ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ |