Re: [OVC-demo-team] Need BRP Package Posted to SF

From: David Mertz <voting-project_at_gnosis_dot_cx>
Date: Sun Apr 11 2004 - 22:00:03 CDT

I missed a line in the 'setup' script, and should make $CD consistent
with $PWD in not having a trailing slash:

------------------- /mnt/cdrom/setup ----------------------
#!/bin/bash
CD=${0%/setup}
cp $CD/acl.txt $PWD
cp $CD/votestations.txt $PWD
cp $CD/wizard.py $PWD

cat > run_brp <<-EOF
         export PYTHONPATH=$CD # set pythonpath to CD
         $CD/bin/python wizard.py
EOF
chmod u+x run_brp
==================================================================
= The content of this message, with the exception of any external
= quotations under fair use, are released to the Public Domain
==================================================================
Received on Sat Nov 22 03:47:12 2008

This archive was generated by hypermail 2.1.8 : Sat Nov 22 2008 - 03:47:30 CST