diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-07 20:31:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-07 20:31:27 +0000 |
commit | 0f5826b3c5ffcf7f6cfa56968e087514cdfda518 (patch) | |
tree | 2e54c187e89c6f9f8224381d10ce1d891a6c1be6 | |
parent | Put NO_LATEST_LINK in. (diff) |
Fix braino in the previous commit:
${X11BASE}/mozilla-embedded --> ${X11BASE}/lib/mozilla-embedded
Submitted by: Joe Clarke <marcus@marcuscom.com>
-rw-r--r-- | x11-fm/nautilus/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/nautilus2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index c41021393cb1..f507a1f3cffb 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -70,7 +70,7 @@ post-install: @${ECHO} "To be able view WWW pages and HTML documents from Nautilus please" @${ECHO} "add the following into your environment:" @${ECHO} "" - @${ECHO} " LD_LIBRARY_PATH=${X11BASE}/mozilla-embedded" + @${ECHO} " LD_LIBRARY_PATH=${X11BASE}/lib/mozilla-embedded" @${ECHO} "" .endif diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index c41021393cb1..f507a1f3cffb 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -70,7 +70,7 @@ post-install: @${ECHO} "To be able view WWW pages and HTML documents from Nautilus please" @${ECHO} "add the following into your environment:" @${ECHO} "" - @${ECHO} " LD_LIBRARY_PATH=${X11BASE}/mozilla-embedded" + @${ECHO} " LD_LIBRARY_PATH=${X11BASE}/lib/mozilla-embedded" @${ECHO} "" .endif |