summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/ports.xml
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-28 16:18:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-28 16:18:55 +0000
commit136f5763f708fd82782247593f60d158dce26702 (patch)
tree00078d7ae6ebf2ed103ae90e49a0ddb5c255ae96 /DOCS/xml/en/ports.xml
parent3af0ad0432b057be354ce9010db1203d9b409502 (diff)
downloadmpv-136f5763f708fd82782247593f60d158dce26702.tar.bz2
mpv-136f5763f708fd82782247593f60d158dce26702.tar.xz
Remove outdated and wrong references to codecs.conf.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23161 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/ports.xml')
-rw-r--r--DOCS/xml/en/ports.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 8903a29c03..9a9451ab14 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -353,20 +353,14 @@ not put it in your global path) then point to the location with:
<para>
Or you can use the default install delivered with IRIX 6.5 in which case
you will have to edit the <filename>Makefile</filename> by hand a little bit.
-Change the following two lines:
+Change the line:
<programlisting>
$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
-
-$(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
</programlisting>
to:
<programlisting>
$(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
-
-$(INSTALL) -m 644 codecs.conf $(CONFDIR)/
</programlisting>
-And then do (from within the <application>MPlayer</application> source dir):
-<screen>cp DOCS/mplayer.1 . ; cp etc/codecs.conf .</screen>
and then go on with building and installing.
</para>
</sect2>