removed redundant creation of a system rc file
authorDoug McLain <doug@nostar.net>
Mon, 25 Jun 2007 22:58:57 +0000 (22:58 +0000)
committerDoug McLain <doug@nostar.net>
Mon, 25 Jun 2007 22:58:57 +0000 (22:58 +0000)
git-svn-id: svn://localhost/ardour2/trunk@2033 d708f5d6-7413-0410-9779-e7cbd77b26cf

SConstruct

index 84000ba90a561fcb957324e5fe2a82ee633ad11c..4dc0c8274beae7a24ee00391f05130d7c1745420 100644 (file)
@@ -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