mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
removed redundant creation of a system rc file
git-svn-id: svn://localhost/ardour2/trunk@2033 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c94583a81d
commit
cdccec62fe
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue