diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-04 18:40:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-04 18:40:37 +0100 |
| commit | 03dac049c58c884d754c90b934bbd814c5f0f5ee (patch) | |
| tree | 6970d0db567f133c2b055ee50fb2a9ca02eafe8a /cscript | |
| parent | 0596eebfacc9a35090bccd6807d7fcf56d67e94a (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 ~/srpmbuild") f.close() target.command('./waf dist') |
