[Lunar-commits] CVS: moonbase/video/MPlayer-essentials BUILD, 1.1,
1.2 DETAILS, 1.1, 1.2
Auke Kok
sofar at lunar-linux.org
Tue Mar 16 13:45:45 GMT 2004
Update of /var/cvs/lunar/moonbase/video/MPlayer-essentials
In directory dbguin.lunar-linux.org:/tmp/cvs-serv6238
Modified Files:
BUILD DETAILS
Log Message:
Make sure not to overwrite mplayer-qt/mplayer base pluygins
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/MPlayer-essentials/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 16 Mar 2004 12:32:31 -0000 1.1
+++ BUILD 16 Mar 2004 13:45:43 -0000 1.2
@@ -3,9 +3,10 @@
prepare_install &&
mkdir -p /usr/lib/win32 &&
- for I in $(ls | grep -v old.libraries)
- do
- install -m755 $I /usr/lib/win32
+ for FILE in $(echo * | grep -v old.libraries) ; do
+ if [ ! -f /usr/lib/win32/$FILE ] ; then
+ install -m755 $FILE /usr/lib/win32
+ fi
done
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/MPlayer-essentials/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 16 Mar 2004 12:32:31 -0000 1.1
+++ DETAILS 16 Mar 2004 13:45:43 -0000 1.2
@@ -10,6 +10,6 @@
UPDATED=20040316
SHORT="MPlayer is a movie and animation player."
cat << EOF
-This module ncludes only the DLLs which aren't supported by any of the
+This module includes only the DLLs which aren't supported by any of the
open source codecs.
EOF
More information about the Lunar-commits
mailing list