Update build.xml

Change script to work with clean and travis
This commit is contained in:
Mark McKinnon 2020-07-13 21:19:39 -04:00
parent e0f2a8dea7
commit 9bdbc2dfc4

View File

@ -214,7 +214,7 @@
</target> </target>
<!-- override build to add branding --> <!-- override build to add branding -->
<target name="build" depends="build-brand,suite.build" description="Compiles autopsy and produces a basic branded build that can run on a dev system" /> <target name="build" depends="build-brand,suite.build,chmod_executables" description="Compiles autopsy and produces a basic branded build that can run on a dev system" />
<target name="build-brand" depends="-init"> <target name="build-brand" depends="-init">
@ -322,7 +322,7 @@
<antcall target="build-installer-${os.family}" /> <antcall target="build-installer-${os.family}" />
</target> </target>
<target name="release" depends="suite.release"> <target name="chmod_executables" >
<chmod perm="a+x"> <chmod perm="a+x">
<fileset dir="${cluster}/markmckinnon" casesensitive="no" id="mm"> <fileset dir="${cluster}/markmckinnon" casesensitive="no" id="mm">
<include name="*_linux"/> <include name="*_linux"/>