From: Heiko Z. <smi...@us...> - 2004-07-26 12:50:46
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31058/scripts Modified Files: Tag: rel-1-2-patches razor-agents Log Message: a couple software updates (razor patch not needed anymore) Index: razor-agents =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/razor-agents,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -d -r1.2 -r1.2.2.1 --- razor-agents 6 Feb 2004 23:46:01 -0000 1.2 +++ razor-agents 26 Jul 2004 12:50:38 -0000 1.2.2.1 @@ -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 |