[tor-commits] [flashproxy/master] Add some missing cp options.
dcf at torproject.org
dcf at torproject.org
Mon Jan 7 18:11:01 UTC 2013
commit f3dd44cc08558415b41d1e2c9864586dc126cf24
Author: David Fifield <david at 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
More information about the tor-commits
mailing list