mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 05:51:31 -04:00
amd64 libs may not work on QNAP because it's using a really old libc
This commit is contained in:
parent
08448c282b
commit
846fe1e651
11
build.xml
11
build.xml
@ -621,10 +621,17 @@
|
|||||||
<property name="dir.base" location="${dir.dist}/qpkg/shared" />
|
<property name="dir.base" location="${dir.dist}/qpkg/shared" />
|
||||||
|
|
||||||
<copy-replace todir="${dir.staging}">
|
<copy-replace todir="${dir.staging}">
|
||||||
<fileset dir="${dir.installer}/qpkg" excludes="**/*.png" />
|
<fileset dir="${dir.installer}/qpkg">
|
||||||
|
<include name="**/*.sh" />
|
||||||
|
<include name="**/*.cfg" />
|
||||||
|
<include name="**/*_routines" />
|
||||||
|
</fileset>
|
||||||
</copy-replace>
|
</copy-replace>
|
||||||
<copy todir="${dir.staging}">
|
<copy todir="${dir.staging}">
|
||||||
<fileset dir="${dir.installer}/qpkg" includes="**/*.png" />
|
<fileset dir="${dir.installer}/qpkg">
|
||||||
|
<include name="**/*.png" />
|
||||||
|
<include name="**/*.so" />
|
||||||
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<copy todir="${dir.base}/jar">
|
<copy todir="${dir.base}/jar">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user