* fix build issue

This commit is contained in:
Reinhard Pointner 2012-05-08 01:46:33 +00:00
parent a342f14ccf
commit 13c43c50df
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@
<tarfileset prefix="usr/share/filebot/bin" file="${dir.installer}/ipkg/filebot.sh" filemode="755" /> <tarfileset prefix="usr/share/filebot/bin" file="${dir.installer}/ipkg/filebot.sh" filemode="755" />
<tarfileset fullpath="usr/bin/filebot" file="${dir.installer}/ipkg/filebot.sh" filemode="755" /> <tarfileset fullpath="usr/bin/filebot" file="${dir.installer}/ipkg/filebot.sh" filemode="755" />
</deb> </deb>
<move dest="${dir.dist}/filebot_2.62_arm.ipk" src="${dir.dist}/filebot_2.62_arm.deb" overwrite="true" /> <move tofile="${dir.dist}/filebot_2.62_arm.ipk" file="${dir.dist}/filebot_2.62_arm.deb" overwrite="true" />
</target> </target>