Backported 2008-10-13T20:30:17Z!elias@pschernig.at to 1.4.
This commit is contained in:
parent
eb072aceb1
commit
6dd8749ac9
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ if __name__ == "__main__":
|
|||
if options.verbose:
|
||||
sys.stderr.write("Creating tarball %(tarname)s.\n" %
|
||||
locals())
|
||||
os.system("tar cjf %(tarname)s %(dirname)s" % locals())
|
||||
os.system("tar cjf %(tarname)s -C %(cdir)s %(name)s" %
|
||||
locals())
|
||||
|
||||
def get_info(name):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue