1 # creates a directory with the latest cvs hdw source to present it online
7 inst_path="/chroot/hdw/hdw-linux-${ver}/scripts"
9 echo "installing scripts to $inst_path ..."
14 cvs -d:pserver:anonymous@right-hand:/hdw-linux co hdw-linux-${ver}
15 mv hdw-linux-${ver}/* $inst_path
16 chmod -R 755 $inst_path
18 rm -rf hdw-linux-${ver}