From: Heiko Z. <smi...@us...> - 2004-07-26 14:02:22
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10736/scripts Modified Files: razor-agents Log Message: a couple SW updates razor patch is not needed anymore Index: razor-agents =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/razor-agents,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- razor-agents 6 Feb 2004 23:46:01 -0000 1.2 +++ razor-agents 26 Jul 2004 14:02:13 -0000 1.3 @@ -25,11 +25,6 @@ case $1 in build ) if [ "$CONFIG_RAZOR_AGENTS" = "y" ]; then - if [ ! -f lha_patches_done ]; then - touch lha_patches_done - bzcat $DL_DIR/src/Razor2.patch-quinlan.bz2 | patch -d lib/Razor2 -p0 || exit 1 - fi - perl Makefile.PL PREFIX=/usr DESTDIR=$WORKDIR/tmp < /dev/null || exit 1 # now override the PREFIX setting to not use $WORKDIR/tmp%. MakeMaker |