Include linux specific bundles (ie media.jar) in debian package. Was broken since a recent commit.

cusax-fix
Martin Andre 19 years ago
parent 75e4303364
commit ad02cd875e

@ -520,6 +520,14 @@
if="dpkg.build.present"
description="Create a .deb package for Debian (needs dpkg utilities)">
<!-- brefore we build, make sure we copy os-specific bundles from
sc-bundles/linux to its parent sc-bundles-->
<copy todir="${bundles.dest}">
<fileset dir="${bundles.dest.lin}">
<include name="**/*.jar"/>
</fileset>
</copy>
<!-- Prepare the changelog file for the version number -->
<copy file="${inst.resrc}/debian/changelog.tmpl"
tofile="${inst.resrc}/debian/changelog"

Loading…
Cancel
Save