From 680c177ca4572ca54c3c2518cd2bef8d6fae761c Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 5 Mar 2018 05:18:44 +0200 Subject: [PATCH] Convert to xztar. --- Makefile | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b51b1209..e591f367 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ install: python setup.py install dist: all_games_html rules mo - python setup.py sdist + python3 setup.py sdist rpm: all_games_html rules mo python setup.py bdist_rpm diff --git a/setup.cfg b/setup.cfg index d13b57af..842f9b85 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [sdist] -formats = bztar +formats = xztar force_manifest = 1 [bdist_rpm]