1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

amd64 libs may not work on QNAP because it's using a really old libc

This commit is contained in:
Reinhard Pointner 2018-08-16 02:37:49 +07:00
parent 846fe1e651
commit 1835467582

View File

@ -624,7 +624,7 @@
<fileset dir="${dir.installer}/qpkg"> <fileset dir="${dir.installer}/qpkg">
<include name="**/*.sh" /> <include name="**/*.sh" />
<include name="**/*.cfg" /> <include name="**/*.cfg" />
<include name="**/*_routines" /> <include name="**/package_routines" />
</fileset> </fileset>
</copy-replace> </copy-replace>
<copy todir="${dir.staging}"> <copy todir="${dir.staging}">