summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-04 18:52:31 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-04 18:52:31 +0100
commitc93d58a9ed4276c7b1d40165ebc542fc3cde496d (patch)
treefb61fcff2ba6e28e51b99c6f9727a8bf92c1d9c8 /cscript
parent03dac049c58c884d754c90b934bbd814c5f0f5ee (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 48b24f3ef..6d15bc99f 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 ~/rpmbuild")
f.close()
target.command('./waf dist')