From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from svn.comics.unina.it (unknown [143.225.229.147]) by huchra.bufferbloat.net (Postfix) with ESMTP id A14992006AA for ; Fri, 14 Oct 2011 03:52:25 -0700 (PDT) Received: from www-data by svn.comics.unina.it with local (Exim 4.69) (envelope-from ) id 1REf71-0008IG-Er for bismark-commits@lists.bufferbloat.net; Fri, 14 Oct 2011 12:35:35 +0200 To: bismark-commits@lists.bufferbloat.net From: walter@svn.comics.unina.it Message-Id: Date: Fri, 14 Oct 2011 12:35:35 +0200 Subject: [Bismark-commits] rev 362 - trunk/mserver/scripts X-BeenThere: bismark-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Commit log for the bismark source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2011 10:52:25 -0000 Author: walter Date: 2011-10-14 12:35:35 +0200 (Fri, 14 Oct 2011) New Revision: 362 Modified: trunk/mserver/scripts/setup_common Log: fix setup script Modified: trunk/mserver/scripts/setup_common =================================================================== --- trunk/mserver/scripts/setup_common 2011-10-14 10:34:24 UTC (rev 361) +++ trunk/mserver/scripts/setup_common 2011-10-14 10:35:35 UTC (rev 362) @@ -14,7 +14,7 @@ # Apply patches ( cd ~/src/$DITG_PKG ; patch -p1 < ~/src/patches/$DITG_PKG.patch ) -( cd ~/src/netperf ; patch -p1 < ~/src/patches/netperf-$NETPERF_REV.patch ) +( cd ~/src/netperf ; patch -p1 < ~/src/patches/netperf-r$NETPERF_REV.patch ) # Build binaries ( cd ~/src/netperf; ./configure; make; cp -v src/netserver ~/bin )