1--- doc/examples/packet_byte_script.orig	2011-02-10 17:04:20 UTC
2+++ doc/examples/packet_byte_script
3@@ -25,7 +25,7 @@ if [ $# -eq 0 ]; then
4 fi
5
6 # where is netperf
7-NETPERF_DIR=${NETPERF_DIR:=/opt/netperf2/bin}
8+NETPERF_DIR=${NETPERF_DIR:=%%PREFIX%%/bin}
9
10
11 # at what port will netserver be waiting? If you decide to run
12