Backported 2008-10-13T20:30:17Z!elias@pschernig.at to 1.4.

This commit is contained in:
Elias Pschernig 2008-10-13 20:32:35 +00:00
parent eb072aceb1
commit 6dd8749ac9

View file

@ -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):
"""