From: Heiko Z. <smi...@us...> - 2004-06-25 01:52:12
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14944/scripts Modified Files: perl Log Message: delete 5.8.4 link Index: perl =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/perl,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- perl 23 Apr 2004 15:53:13 -0000 1.29 +++ perl 25 Jun 2004 01:52:04 -0000 1.30 @@ -59,9 +59,11 @@ mkdir -p $WORKDIR/tmp || exit 1 make install || exit 1 rm -f /usr/share/man/man1/s2p.1 /usr/share/man/man1/psed.1 /usr/share/man/man1/c2ph.1 /usr/share/man/man1/pstruct.1 - rm -f /usr/bin/perl /usr/bin/perl5.8.0 - rm -f /usr/bin/perl /usr/bin/perl5.8.2 - rm -f /usr/bin/perl /usr/bin/perl5.8.3 + rm -f /usr/bin/perl + rm -f /usr/bin/perl5.8.0 + rm -f /usr/bin/perl5.8.2 + rm -f /usr/bin/perl5.8.3 + rm -f /usr/bin/perl5.8.4 rm -f /usr/bin/s2p /usr/bin/psed rm -f /usr/bin/pstruct /usr/bin/c2ph cp -vfdpR $WORKDIR/tmp/* /usr || exit 1 |