summaryrefslogtreecommitdiff
path: root/debian/patches/java_ignore_nonexistent_files.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/java_ignore_nonexistent_files.patch')
-rw-r--r--debian/patches/java_ignore_nonexistent_files.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/java_ignore_nonexistent_files.patch b/debian/patches/java_ignore_nonexistent_files.patch
index c3bd606..4a5268a 100644
--- a/debian/patches/java_ignore_nonexistent_files.patch
+++ b/debian/patches/java_ignore_nonexistent_files.patch
@@ -7,7 +7,7 @@ Index: b/engine/SCons/Tool/javac.py
===================================================================
--- a/engine/SCons/Tool/javac.py 2010-01-23 15:11:20.016927869 +0100
+++ b/engine/SCons/Tool/javac.py 2010-01-23 15:11:33.892932280 +0100
-@@ -94,6 +94,8 @@
+@@ -90,6 +90,8 @@
version = env.get('JAVAVERSION', '1.4')
full_tlist = []
for f in slist: