summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-06-20 00:39:07 +0000
committerkonablend <[email protected]>2009-06-20 00:39:07 +0000
commit9a03d0850eb39f5b032934f28d81749521a5431c (patch)
tree71977ebe601829761b3bb4877371edaf8834472c /make
parent931fe0e46e71e949ccc8c67f45503de695879ae2 (diff)
- fixed configure regression introduced circa r2571.
- bug behavior: configure fails on non-svn working dir. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2580 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make')
-rw-r--r--make/configure.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/make/configure.py b/make/configure.py
index 268781bd1..1e5a9d516 100644
--- a/make/configure.py
+++ b/make/configure.py
@@ -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)