diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-04 18:52:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-04 18:52:31 +0100 |
| commit | c93d58a9ed4276c7b1d40165ebc542fc3cde496d (patch) | |
| tree | fb61fcff2ba6e28e51b99c6f9727a8bf92c1d9c8 /cscript | |
| parent | 03dac049c58c884d754c90b934bbd814c5f0f5ee (diff) | |
cdist fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
