aboutsummaryrefslogtreecommitdiffstats
path: root/README.macos
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-18 02:15:33 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-18 02:15:33 +0000
commitb3f917c684a58b653aaaf8a8b46ff236b368dfb0 (patch)
tree12c29414a663e1ab9f45f967648c9180fc2cb505 /README.macos
parentd93c95a1d47f8cb9e4e316d67bcf34575680e39c (diff)
Fix a pathname.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13106 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'README.macos')
-rw-r--r--README.macos2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.macos b/README.macos
index a23f47e5aa..54c66c5bf1 100644
--- a/README.macos
+++ b/README.macos
@@ -58,7 +58,7 @@ install them before configuring GTK+.)
You will need to do "make install-lib" for the JPEG library to install
its libraries - "make install" does not suffice. You will also have to
-do "sudo ranlib /usr/lib/libjpeg.a" after "make install-lib".
+do "sudo ranlib /usr/local/lib/libjpeg.a" after "make install-lib".
For libpng, use scripts/makefile.darwin, not scripts/makefile.macosx.