From ddb3ab47046dcedd88ffbf84a44a0a42438bc9e3 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 5 Jan 2008 21:05:19 +0000 Subject: Use LIBNAME for multilib so as not to conflict with LIB --- sh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sh/Makefile') diff --git a/sh/Makefile b/sh/Makefile index bc8ddae..225d9f1 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -10,10 +10,10 @@ include Makefile.$(OS) install:: @# Handle lib correctly - if test $(LIB) != "lib"; then \ - sed -i'.bak' -e 's,/lib/,/$(LIB)/,g' $(DESTDIR)/$(RC_LIB)/sh/functions.sh || exit $$?; \ + if test $(LIBNAME) != "lib"; then \ + sed -i'.bak' -e 's,/lib/,/$(LIBNAME)/,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 $$?; \ + sed -i'.bak' -e 's,/lib/,/$(LIBNAME)/,g' $(DESTDIR)/$(RC_LIB)/sh/rc-functions.sh || exit $$?; \ rm -f $(DESTDIR)/$(RC_LIB)/sh/rc-functions.sh.bak; \ fi @# Provide an init script for the loopback interface -- cgit v1.2.3