From: <smi...@us...> - 2003-12-20 02:49:09
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv31645/scripts Modified Files: make Log Message: use correct path name Index: make =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/make,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- make 20 Dec 2003 01:39:46 -0000 1.1 +++ make 20 Dec 2003 02:49:03 -0000 1.2 @@ -38,7 +38,7 @@ copy_docs $WORKDIR/tmp - cp -dpR $WORKDIR/tmp/bin/* $CDDIR/bin/ || exit 1 + cp -dpR $WORKDIR/tmp/usr/bin/* $CDDIR/usr/bin/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 ;; |