Author: elias
Date: Mon Oct 13 22:32:35 2008
New Revision: 30142

URL: http://svn.gna.org/viewcvs/wesnoth?rev=30142&view=rev
Log:
Backported revision 30141 to 1.4.

Modified:
    branches/1.4/utils/campaigns_client.py

Modified: branches/1.4/utils/campaigns_client.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/utils/campaigns_client.py?rev=30142&r1=30141&r2=30142&view=diff
==============================================================================
--- branches/1.4/utils/campaigns_client.py (original)
+++ branches/1.4/utils/campaigns_client.py Mon Oct 13 22:32:35 2008
@@ -126,7 +126,8 @@
                 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):
         """


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to