summaryrefslogtreecommitdiff
path: root/README.macos
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-18 02:15:33 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-18 02:15:33 +0000
commit751e7a415729d1ebcc78fbef2705ec4c10b66e82 (patch)
tree12c29414a663e1ab9f45f967648c9180fc2cb505 /README.macos
parentc2435429a130d510bcf16e5c710322ecdefb7fd6 (diff)
downloadwireshark-751e7a415729d1ebcc78fbef2705ec4c10b66e82.tar.gz
Fix a pathname.
svn path=/trunk/; revision=13106
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.