summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-04 18:40:37 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-04 18:40:37 +0100
commit03dac049c58c884d754c90b934bbd814c5f0f5ee (patch)
tree6970d0db567f133c2b055ee50fb2a9ca02eafe8a /cscript
parent0596eebfacc9a35090bccd6807d7fcf56d67e94a (diff)
cdist fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 951f69fe5..48b24f3ef 100644
--- a/cscript
+++ b/cscript
@@ -224,7 +224,7 @@ def package_centos(target, cpu, version):
os.makedirs('%s/rpmbuild/SRPMS' % target.directory)
f = open(os.path.expanduser('~/.rpmmacros'), 'w')
- print >>f,os.path.expanduser("%%_topdir ~/srpmbuild")
+ print >>f,os.path.expanduser("%_topdir ~/srpmbuild")
f.close()
target.command('./waf dist')