Merge pull request #2974 from kfeuz/Issue2973

Made ant deb depend on dist
This commit is contained in:
Ben Fry
2014-11-19 19:33:26 -05:00

View File

@@ -759,7 +759,7 @@
</echo>
</target>
<target name="deb" depends="linux-dist"
<target name="deb" depends="dist"
description="Build .deb of linux version">
<!-- start with a clean debian folder -->