]> granicus.if.org Git - handbrake/commitdiff
- fixed configure regression introduced circa r2571.
authorkonablend <kona8lend@gmail.com>
Sat, 20 Jun 2009 00:39:07 +0000 (00:39 +0000)
committerkonablend <kona8lend@gmail.com>
Sat, 20 Jun 2009 00:39:07 +0000 (00:39 +0000)
- bug behavior: configure fails on non-svn working dir.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2580 b64f7644-9d1e-0410-96f1-a4d463321fa5

make/configure.py

index 268781bd17742300d1fcfdd1ba962d32c0f4d66a..1e5a9d516d5b7f8d73f587c6084147524773e2e0 100644 (file)
@@ -676,7 +676,6 @@ class Project( Action ):
             self.version = 'svn%d' % (repo.rev)
             url_ctype = '_unofficial'
             url_ntype = 'unofficial'
-            self.url_appcast = appcast_fmt % ('_unofficial',appcast_arch)
             self.build = time.strftime('%Y%m%d') + '99'
             self.title = 'Unofficial svn%d (%s)' % (repo.rev,self.build)