blob: 98eaa0e25fd3b65c320d295b3c0358aaa2005dd2 [file] [log] [blame]
#!/bin/bash
# Copies the repository files to the working kernel directory
# This is used on a freshly untarred kernel
# 23 August 2002 - this is for the files vs kernel 2.5
export FROM=/ebtables-cvs/ebtables2/
export TO=/usr/src/ebt2.0pre11
mkdir -p $TO/net/bridge/netfilter
mkdir -p $TO/include/netfilter_bridge
cp -r -f $FROM/kernel/linux/* $TO/
cp -r -f $FROM/kernel/linux2.5/* $TO/
cp -r -f $FROM/br-nf-bds/linux/* $TO/
cp -r -f $FROM/br-nf-bds2.5/linux/* $TO/