commit f3dd44cc08558415b41d1e2c9864586dc126cf24 Author: David Fifield david@bamsoftware.com Date: Sun Jan 6 23:39:37 2013 -0800
Add some missing cp options. --- doc/bundle-gnulinux.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/bundle-gnulinux.txt b/doc/bundle-gnulinux.txt index 0c00e28..dab8f22 100644 --- a/doc/bundle-gnulinux.txt +++ b/doc/bundle-gnulinux.txt @@ -112,7 +112,7 @@ Copy files into the bundle. $ mkdir -p Docs/FlashProxy $ cp ~/flashproxy/dist/flashproxy-client-VERSION/{doc/*,README,LICENSE,ChangeLog} Docs/FlashProxy $ cp -rL ~/pyobfsproxy/{obfsproxy,obfsproxy.py} App - $ cp /usr/lib/python2.6/dist-packages/{Crypto,twisted,zope} App + $ cp -rL /usr/lib/python2.6/dist-packages/{Crypto,twisted,zope} App $ cp -rL /usr/lib/pymodules/python2.6/argparse.py App $ cp -rL /usr/local/lib/python2.6/dist-packages/pyptlib App $ mkdir -p Docs/PyObfsproxy
tor-commits@lists.torproject.org