From 380317bde9db6861d1d800cc1e9f44f21857bcee Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 30 Mar 2002 12:12:53 +0000 Subject: cd dir && command -> cd dir; command --- lang/ruby-mode.el/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/ruby-mode.el') diff --git a/lang/ruby-mode.el/Makefile b/lang/ruby-mode.el/Makefile index 9953ea66707c..adc596e0e414 100644 --- a/lang/ruby-mode.el/Makefile +++ b/lang/ruby-mode.el/Makefile @@ -27,7 +27,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-extract: ${MKDIR} ${WRKDIR} - ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT} && ${MAKE} -V WRKSRC`/misc ${WRKSRC} + ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKSRC`/misc ${WRKSRC} do-install: ${INSTALL_DATA} ${WRKSRC}/* ${RUBY_ELISPDIR}/ -- cgit