CVS: moonbase/video/MPlayer BUILD,1.9,1.10
Terry Chan
tchan at lunar-linux.org
Wed Aug 13 19:32:41 GMT 2003
Update of /var/cvs/lunar/moonbase/video/MPlayer
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27850
Modified Files:
BUILD
Log Message:
Fixed an old incorrect symlink in /usr/share/mplayer. The mplayer devs have
changed their tarball of fonts and they have a new directory structure.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/MPlayer/BUILD,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- BUILD 12 Apr 2003 19:21:25 -0000 1.9
+++ BUILD 13 Aug 2003 19:32:39 -0000 1.10
@@ -41,6 +41,7 @@
rm -rf /usr/share/mplayer/font
fi &&
- ln -sf fonts/font-arial-18-iso-8859-1 /usr/share/mplayer/font
+ rm -f /usr/share/mplayer/font &&
+ ln -sf fonts/font-arial-iso-8859-1/font-arial-18-iso-8859-1 /usr/share/mplayer/font
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list