From e95cea3d862f1bd41d74213ff2b4bbcd5f97afd0 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 24 Sep 2007 12:09:43 +0000 Subject: Split our rc commands out into general use vs service commands --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fce9a7c3..772501eb 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,8 @@ install:: if test $(LIB) != "lib" ; then \ sed -i'.bak' -e 's,/lib/,/$(LIB)/,g' $(DESTDIR)/$(RC_LIB)/sh/functions.sh || exit $$? ; \ rm -f $(DESTDIR)/$(RC_LIB)/sh/functions.sh.bak ; \ + sed -i'.bak' -e 's,/lib/,/$(LIB)/,g' $(DESTDIR)/$(RC_LIB)/sh/rc-functions.sh || exit $$? ; \ + rm -f $(DESTDIR)/$(RC_LIB)/sh/rc-functions.sh.bak ; \ fi layout: -- cgit v1.2.3