summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-04 14:26:23 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-04 14:26:23 +0100
commit0596eebfacc9a35090bccd6807d7fcf56d67e94a (patch)
tree61ffcc47888087a15056af4ca4b265cc14d92380 /cscript
parentb2b5e9f825ba5b045f371ac8f83cb6d65a17260e (diff)
Typo in previous.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 13382b266..951f69fe5 100644
--- a/cscript
+++ b/cscript
@@ -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()