mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
Fix Java 8 AUR build
This commit is contained in:
parent
20dd96eb06
commit
9e8c322bfe
10
jdk8.patch
10
jdk8.patch
@ -34,7 +34,7 @@ index 33adfd4b..ab3bb606 100644
|
|||||||
|
|
||||||
# Default Linux Java Options
|
# Default Linux Java Options
|
||||||
diff --git a/build.xml b/build.xml
|
diff --git a/build.xml b/build.xml
|
||||||
index 9991e46e..7ccebe59 100644
|
index d17b3005..91b3a85e 100644
|
||||||
--- a/build.xml
|
--- a/build.xml
|
||||||
+++ b/build.xml
|
+++ b/build.xml
|
||||||
@@ -112,19 +112,13 @@
|
@@ -112,19 +112,13 @@
|
||||||
@ -61,7 +61,7 @@ index 9991e46e..7ccebe59 100644
|
|||||||
</sequential>
|
</sequential>
|
||||||
</macrodef>
|
</macrodef>
|
||||||
|
|
||||||
@@ -269,10 +263,8 @@
|
@@ -272,10 +266,8 @@
|
||||||
</manifestclasspath>
|
</manifestclasspath>
|
||||||
|
|
||||||
<!-- compile -->
|
<!-- compile -->
|
||||||
@ -73,7 +73,7 @@ index 9991e46e..7ccebe59 100644
|
|||||||
</javac>
|
</javac>
|
||||||
|
|
||||||
<!-- copy resources -->
|
<!-- copy resources -->
|
||||||
@@ -303,7 +295,7 @@
|
@@ -306,7 +298,7 @@
|
||||||
|
|
||||||
|
|
||||||
<target name="appx" depends="revision" description="Build Windows 10 package">
|
<target name="appx" depends="revision" description="Build Windows 10 package">
|
||||||
@ -82,7 +82,7 @@ index 9991e46e..7ccebe59 100644
|
|||||||
|
|
||||||
<property name="dir.staging" location="${dir.dist}/appx/${appx.arch}" />
|
<property name="dir.staging" location="${dir.dist}/appx/${appx.arch}" />
|
||||||
|
|
||||||
@@ -342,9 +334,9 @@
|
@@ -345,9 +337,9 @@
|
||||||
|
|
||||||
|
|
||||||
<target name="msi" depends="revision" description="Build Windows Installer package">
|
<target name="msi" depends="revision" description="Build Windows Installer package">
|
||||||
@ -95,7 +95,7 @@ index 9991e46e..7ccebe59 100644
|
|||||||
|
|
||||||
<property name="dir.staging" location="${dir.dist}/msi/${msi.package.platform}" />
|
<property name="dir.staging" location="${dir.dist}/msi/${msi.package.platform}" />
|
||||||
|
|
||||||
@@ -568,7 +560,7 @@
|
@@ -571,7 +563,7 @@
|
||||||
<fileset dir="${dir.installer}/deb-universal" />
|
<fileset dir="${dir.installer}/deb-universal" />
|
||||||
</copy-replace>
|
</copy-replace>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user