Browse Source

alanw:


			
			
				rocklinux
			
			
		
Alan J. Wylie 20 years ago
parent
commit
cd7cb6b0d1
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/avm/netperf/netperf.conf

+ 11
- 0
package/avm/netperf/netperf.conf

@ -22,3 +22,14 @@
var_append GCC3_WRAPPER_REMOVE " " "-DNEED_MAKEFILE_EDIT" var_append GCC3_WRAPPER_REMOVE " " "-DNEED_MAKEFILE_EDIT"
var_insert makeinstopt " " "NETPERF_HOME=$bindir" var_insert makeinstopt " " "NETPERF_HOME=$bindir"
postdoc_netperf()
{
if [ "$createdocs" != 0 ]
then
mkdir -p $docdir
cp -v netperf.ps $docdir
fi
}
hook_add postdoc 1 postdoc_netperf

Loading…
Cancel
Save