diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-10 15:56:15 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-10 15:56:15 +0000 |
commit | 80d04f11ed3984470073e0ec433b1ea8fb59a2f0 (patch) | |
tree | 04b811dd43a06304d3d7e1a73d3bf2d6ec1f3f52 | |
parent | a767d405fe49e0835335ef45672feb70ba9c217d (diff) |
updated README to reflect the current code, fixing bug 2803998
svn path=/trunk/; revision=11736
-rw-r--r-- | packages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile index c9073a11..ac627575 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -363,7 +363,7 @@ ifeq ($(OS_NAME),linux) echo "<dt>Only for the current user account</dt>" >> $(README_FILE) echo "<dd>~/pd-externals/</dd>" >> $(README_FILE) echo "<dt>For all user accounts on the computer</dt>" >> $(README_FILE) - echo "<dd>/usr/share/pd-externals</dd>" >> $(README_FILE) + echo "<dd>/usr/local/lib/pd-externals</dd>" >> $(README_FILE) endif ifeq ($(OS_NAME),windows) echo "<dt>Only for the current user account</dt>" >> $(README_FILE) |