summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-03 09:59:04 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-03 09:59:04 +0100
commit0e32b80e8aaf0ac6befc0a0c3e9af26a4f8a6351 (patch)
tree48ae778a779a9d99d733748a877b752f4eb29579 /cscript
parent82be73bbfd7a81b57bff02671f88b41f38e65f58 (diff)
Try to fix centos build.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
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))