From 55ca6c67726a9a7a94238c54e605bf059411887f Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sat, 18 Sep 1999 00:23:52 +0000 Subject: sh(1) is not bash on FreeBSD so 'source' isn't a command. Change it to '.' Submitted by: steve --- editors/lpe/files/patch-ae | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'editors') diff --git a/editors/lpe/files/patch-ae b/editors/lpe/files/patch-ae index 999555337905..9186e41dbd73 100644 --- a/editors/lpe/files/patch-ae +++ b/editors/lpe/files/patch-ae @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sat Jul 3 19:33:57 1999 -+++ Makefile.in Mon Jul 5 10:28:35 1999 +--- Makefile.in.orig Sat Jul 3 21:33:57 1999 ++++ Makefile.in Fri Sep 17 17:59:58 1999 @@ -108,8 +108,8 @@ lpe_LDADD = @INTLLIBS@ @INTLOBJS@ @DL_LIB@ @SLANG_LIB@ lpe_LDFLAGS = @lpe_LDFLAGS@ @@ -11,3 +11,12 @@ liblpedir = $(libdir)/lpe +@@ -650,7 +650,7 @@ + install-data-hook: + list="@MODES@" ; \ + for mode in $$list; do \ +- ( cd $(DESTDIR)$(liblpedir) ; source $$mode ; \ ++ ( . $(srcdir)/$$mode ; cd $(DESTDIR)$(liblpedir) ; \ + newname="`echo $$mode | sed -e 's/lib\(.*\)\.la/\1.so/'`" ; \ + test -f $$newname && rm -f $$newname ; \ + ln -s $$dlname $$newname ) ; \ -- cgit v1.2.3