diff options
author | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-16 21:27:58 +0000 |
---|---|---|
committer | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-16 21:27:58 +0000 |
commit | 0793c9880ce75648dd63f1bf11fbaa2332269056 (patch) | |
tree | 7ce15d49400d06ced8aee26fd86c68a995523156 /DOCS | |
parent | 5dad80b38ef75ac88daedfff584c3b99ec21aa3e (diff) |
install-path is obsolete
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11486 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/ports.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index ce6342774f..4a42c0f105 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -226,7 +226,7 @@ and for color space conversion in the video output drivers. <para> You can either try to install the GNU install program, and (if you did not put it in your global path) then point to the location with: -<screen>./configure --install-path=PATH</screen> +<screen>./configure --with-install=/path/and/name/of/install</screen> </para> <para> |