diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-18 00:23:52 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-18 00:23:52 +0000 |
commit | 55ca6c67726a9a7a94238c54e605bf059411887f (patch) | |
tree | 63916dcb6b3b227291ccc245da202fbd4b62e12b /editors/lpe | |
parent | ca7f72dba1f77900bf701ac2b2a00f9ec6a5c824 (diff) |
Notes
Diffstat (limited to 'editors/lpe')
-rw-r--r-- | editors/lpe/files/patch-ae | 13 |
1 files changed, 11 insertions, 2 deletions
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 ) ; \ |