summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-06-25 22:58:57 +0000
committerDoug McLain <doug@nostar.net>2007-06-25 22:58:57 +0000
commitcdccec62fe0ec32c8f4ae1efd3d2ab70dae19dfc (patch)
treecc7e99dfdb56d3d67bdde9eba872eb9b909bf36b /SConstruct
parentc94583a81db5fff682482ac7cc6f81a62e2be458 (diff)
removed redundant creation of a system rc file
git-svn-id: svn://localhost/ardour2/trunk@2033 d708f5d6-7413-0410-9779-e7cbd77b26cf
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