Typo in previous.
authorCarl Hetherington <cth@carlh.net>
Mon, 4 Aug 2014 13:26:23 +0000 (14:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 4 Aug 2014 13:26:23 +0000 (14:26 +0100)
cscript

diff --git a/cscript b/cscript
index 13382b2668ce48efbb4205611102aed95f941d0f..951f69fe519ca9b423914e123ce60186b6066c58 100644 (file)
--- 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()