From 0e32b80e8aaf0ac6befc0a0c3e9af26a4f8a6351 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 3 Sep 2015 09:59:04 +0100 Subject: Try to fix centos build. --- cscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index 1bed820fe..1fded1bd3 100644 --- a/cscript +++ b/cscript @@ -327,6 +327,8 @@ def package_centos(target, cpu, version): if cpu == "amd64": cpu = "x86_64" + else: + cpu = "i686" for p in glob.glob('%s/RPMS/%s/*.rpm' % (topdir, cpu)): rpms.append(os.path.abspath(p)) -- cgit v1.2.3