30 Jan
2001
30 Jan
'01
12:14 a.m.
On Mon, Jan 29, 2001 at 10:54:08AM -0500, Brad Clements wrote:
Call me stupid, I can't find the proper command line switch to get tar to ignore the top level directory name Zope-2.3.0-linux2-86
Do I have to untar into a junk directory, then cp -r everything to my current dir?
What's wrong with: $ cp Zope-2.3.0-linux2-x86.tgz /usr/local/; cd /usr/local $ tar xzvf Zope-2.3.0-linux2-x86.tgz; mv Zope-2.3.0-linux2-x86 Zope-2.3.0 $ rm Zope-2.3.0-linux2-x86.tgz $ chown -R root.root Zope-2.3.0 $ cd Zope-2.3.0 $ ./install $ chgrp -R nobody var; chmod -R g+rw var; chmod g+s var $ python zpasswd.py access $ ./start & David Trudgett