diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-04 14:26:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-04 14:26:23 +0100 |
| commit | 0596eebfacc9a35090bccd6807d7fcf56d67e94a (patch) | |
| tree | 61ffcc47888087a15056af4ca4b265cc14d92380 /cscript | |
| parent | b2b5e9f825ba5b045f371ac8f83cb6d65a17260e (diff) | |
Typo in previous.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ def package_centos(target, cpu, version): os.makedirs('%s/rpmbuild/SPECS' % target.directory) os.makedirs('%s/rpmbuild/SRPMS' % target.directory) - f = open(os.path.expanduser('~/.rpmmacros', 'w') + f = open(os.path.expanduser('~/.rpmmacros'), 'w') print >>f,os.path.expanduser("%%_topdir ~/srpmbuild") f.close() |
