From: Axel Naumann Date: Fri, 29 Aug 2014 07:55:58 +0000 (+0200) Subject: Add missing sh continuation (ROOT-6624). X-Git-Tag: v6-02-00-rc1~250 X-Git-Url: https://root.cern.ch/gitweb?p=root.git;a=commitdiff_plain;h=e22d017964b76f821fd6bc4584aad529fbf298ee Add missing sh continuation (ROOT-6624). --- diff --git a/Makefile b/Makefile index caa2e47..86c104c 100644 --- a/Makefile +++ b/Makefile @@ -1198,7 +1198,7 @@ install: all echo "Installing GDML conversion scripts in $(DESTDIR)$(LIBDIR)"; \ $(INSTALLDATA) $(ROOT_SRCDIR)/geom/gdml/*.py $(DESTDIR)$(LIBDIR); \ (cd $(DESTDIR)$(TUTDIR); \ - LD_LIBRARY_PATH=$(DESTDIR)$(LIBDIR) ! $(DESTDIR)$(BINDIR)/root -l -b -q -n -x hsimple.C) + LD_LIBRARY_PATH=$(DESTDIR)$(LIBDIR) ! $(DESTDIR)$(BINDIR)/root -l -b -q -n -x hsimple.C); \ fi uninstall: