I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 2dc32aa3 authored by walking's avatar walking
Browse files

fix name "preppkg-linux-only"

parent d608f450
No related branches found
No related tags found
No related merge requests found
...@@ -850,7 +850,7 @@ ...@@ -850,7 +850,7 @@
</target> </target>
<!-- build a portable archive --> <!-- build a portable archive -->
<!-- command for windows only packing --> <!-- command for windows only packing -->
<target name = "pkg-portable-win32" depends="check-built-jars, preppkg-windows-only, preppkg-portable-basic, preppkg-portable-win" > <target name = "pkg-portable-win32" depends="check-built-jars, preppkg-portable-windows-only, preppkg-portable-basic, preppkg-portable-win" >
<!-- i need the portable\ folder in .zip so basedir is set to . --> <!-- i need the portable\ folder in .zip so basedir is set to . -->
<zip destfile="portable-win32.zip" basedir="." includes="portable\**" /> <zip destfile="portable-win32.zip" basedir="." includes="portable\**" />
<checksum file="portable-win32.zip" forceOverwrite="yes"/> <checksum file="portable-win32.zip" forceOverwrite="yes"/>
...@@ -879,7 +879,7 @@ ...@@ -879,7 +879,7 @@
</fail> </fail>
</target> </target>
<!-- *1* preparing the jars by OS dependent de-bloating --> <!-- *1* preparing the jars by OS dependent de-bloating -->
<target name="preppkg-windows-only" depends="chk-bigi-size" if="bloated-jbigi"> <target name="preppkg-portable-windows-only" depends="chk-bigi-size" if="bloated-jbigi">
<!-- rip the non-windows stuff out of jbigi.jar --> <!-- rip the non-windows stuff out of jbigi.jar -->
<mkdir dir="tmpextract" /> <mkdir dir="tmpextract" />
<unjar src="build/jbigi.jar" dest="tmpextract/" /> <unjar src="build/jbigi.jar" dest="tmpextract/" />
...@@ -888,7 +888,7 @@ ...@@ -888,7 +888,7 @@
</jar> </jar>
<delete dir="tmpextract/" /> <delete dir="tmpextract/" />
</target> </target>
<target name="preppkg-linux-only" depends="chk-bigi-size" if="bloated-jbigi"> <target name="preppkg-portable-linux-only" depends="chk-bigi-size" if="bloated-jbigi">
<!-- rip the non-linux stuff out of jbigi.jar --> <!-- rip the non-linux stuff out of jbigi.jar -->
<mkdir dir="tmpextract" /> <mkdir dir="tmpextract" />
<unjar src="build/jbigi.jar" dest="tmpextract/" /> <unjar src="build/jbigi.jar" dest="tmpextract/" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment