X-Git-Url: https://hackdaworld.org/gitweb/?p=scripts%2Fscripts.git;a=blobdiff_plain;f=present_hdw_scripts.sh;h=f2c12479fbd3108c95d6fac12119cb795a0b2f50;hp=5bc438ee6062ab0dc7f60ba6ad14fb57d70289d4;hb=bf0135124385c80493063b3cfe5372f3f5dee283;hpb=9510447e56f49f8495b0328b56beacafe1f25074 diff --git a/present_hdw_scripts.sh b/present_hdw_scripts.sh index 5bc438e..f2c1247 100755 --- a/present_hdw_scripts.sh +++ b/present_hdw_scripts.sh @@ -4,14 +4,14 @@ # ver="0.3-dev" -inst_path="/chroot/www/htdocs/download/hdw-linux/hdw-linux-${ver}/scripts" +inst_path="/chroot/hdw/hdw-linux-${ver}/scripts" echo "installing scripts to $inst_path ..." rm -rf $inst_path mkdir -p $inst_path -cvs -d:pserver:anonymous@localhost:/hdw-linux co hdw-linux-${ver} +cvs -d:pserver:anonymous@right-hand:/hdw-linux co hdw-linux-${ver} mv hdw-linux-${ver}/* $inst_path chmod -R 755 $inst_path