From e22d017964b76f821fd6bc4584aad529fbf298ee Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Fri, 29 Aug 2014 09:55:58 +0200 Subject: [PATCH] Add missing sh continuation (ROOT-6624). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 1.8.2