diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-10 01:59:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-10 01:59:37 +0100 |
| commit | 3bd44601d084d7139a81e787bd72fdf80832f2c3 (patch) | |
| tree | 941e9bf11e3661bc3a5c1bf09cc950d6bd37836d /platform/linux/wscript | |
| parent | 773a9e0518f86b09cd1df81cef969a654c4018cf (diff) | |
Possibly inaccurate port of master; build system cleanups.
Diffstat (limited to 'platform/linux/wscript')
| -rw-r--r-- | platform/linux/wscript | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/platform/linux/wscript b/platform/linux/wscript index 336c1bcb0..5f1dc48a2 100644 --- a/platform/linux/wscript +++ b/platform/linux/wscript @@ -17,14 +17,4 @@ def build(bld): obj.INSTALL_PREFIX = bld.env.INSTALL_PREFIX obj.VERSION = bld.env.VERSION - obj = bld(features='subst') - obj.source = 'dcpomatic.spec.in' - obj.target = 'dcpomatic2.spec' - obj.INSTALL_PREFIX = bld.env.INSTALL_PREFIX - obj.VERSION = bld.env.VERSION - if bld.env.TARGET_CENTOS_6: - obj.CENTOS_VERSION = '6' - elif bld.env.TARGET_CENTOS_7: - obj.CENTOS_VERSION = '7' - bld.install_files('${PREFIX}/share/applications', ['dcpomatic2.desktop', 'dcpomatic2_batch.desktop', 'dcpomatic2_server.desktop']) |
