remove missing ardour.spec stuff from build file
git-svn-id: svn://localhost/ardour2/trunk@1606 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -1082,7 +1082,7 @@ subst_dict['%REVISION_STRING%'] = ''
|
||||
if os.path.exists('.svn'):
|
||||
subst_dict['%REVISION_STRING%'] = '.' + fetch_svn_revision ('.') + 'svn'
|
||||
|
||||
specbuild = env.SubstInFile ('ardour.spec','ardour.spec.in', SUBST_DICT = subst_dict)
|
||||
# specbuild = env.SubstInFile ('ardour.spec','ardour.spec.in', SUBST_DICT = subst_dict)
|
||||
|
||||
the_revision = env.Command ('frobnicatory_decoy', [], create_stored_revision)
|
||||
|
||||
@@ -1100,7 +1100,6 @@ env.Distribute (env['DISTTREE'],
|
||||
[ 'SConstruct', 'svn_revision.h',
|
||||
'COPYING', 'PACKAGER_README', 'README',
|
||||
'ardour.rc.in',
|
||||
'ardour.spec',
|
||||
'ardour_system.rc',
|
||||
'tools/config.guess',
|
||||
'icons/icon/ardour_icon_mac_mask.png',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#ifndef __ardour_svn_revision_h__
|
||||
#define __ardour_svn_revision_h__
|
||||
static const char* ardour_svn_revision = "1345";
|
||||
static const char* ardour_svn_revision = "1605";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user