diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-03 09:59:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-03 09:59:04 +0100 |
| commit | 0e32b80e8aaf0ac6befc0a0c3e9af26a4f8a6351 (patch) | |
| tree | 48ae778a779a9d99d733748a877b752f4eb29579 /cscript | |
| parent | 82be73bbfd7a81b57bff02671f88b41f38e65f58 (diff) | |
Try to fix centos build.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)) |
