From: Bruce S. <bl...@us...> - 2004-12-08 18:19:15
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13281/scripts Modified Files: Tag: rel-1-2-patches traceroute Log Message: Fixed traceroute bindfix patch. Index: traceroute =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/traceroute,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -u -d -r1.9.2.1 -r1.9.2.2 --- traceroute 16 Jun 2004 01:47:00 -0000 1.9.2.1 +++ traceroute 8 Dec 2004 18:18:58 -0000 1.9.2.2 @@ -26,7 +26,7 @@ case $1 in build ) if [ ! -f .done_dl_patches ]; then - bzcat $DL_DIR/src/src/traceroute_bindfix.patch.bz2 | patch -p1 || exit 1 + bzcat $DL_DIR/src/traceroute_bindfix.patch.bz2 | patch -p1 || exit 1 touch .done_dl_patches fi ./configure --prefix=/usr || exit 1 |