From: Heiko Z. <smi...@us...> - 2004-04-24 02:13:00
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1114/scripts Modified Files: vobcopy Log Message: make sure all needed libs are copied Index: vobcopy =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/vobcopy,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- vobcopy 24 Apr 2004 00:58:54 -0000 1.1 +++ vobcopy 24 Apr 2004 02:12:52 -0000 1.2 @@ -34,6 +34,8 @@ install ) if [ "$CONFIG_VOBCOPY" = "y" ]; then + cp -dvpf /usr/lib/libdvdcss.so* $CDDIR/usr/lib/ + cp -dvpf /usr/lib/libdvdread.so* $CDDIR/usr/lib/ copy_man cp vobcopy $CDDIR/usr/bin || exit 1 fi |