summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 84000ba90a..4dc0c8274b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1112,7 +1112,6 @@ env = conf.Finish()
# generate the per-user and system rc files from the same source
-rcbuild = env.SubstInFile ('ardour.rc','ardour.rc.in', SUBST_DICT = subst_dict)
sysrcbuild = env.SubstInFile ('ardour_system.rc','ardour.rc.in', SUBST_DICT = subst_dict)
# add to the substitution dictionary
@@ -1129,9 +1128,7 @@ the_revision = env.Command ('frobnicatory_decoy', [], create_stored_revision)
env.Alias('revision', the_revision)
env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour2'), 'ardour_system.rc'))
-env.Alias('install', env.Install(os.path.join(config_prefix, 'ardour2'), 'ardour.rc'))
-Default (rcbuild)
Default (sysrcbuild)
# source tarball