Tweak the layout of the resulting .tar.bz2 a bit.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2714 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
bd11060e72
commit
eccf40b17d
|
|
@ -60,7 +60,9 @@
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
<!-- Bundle the package into a single zip file -->
|
<!-- Bundle the package into a single zip file -->
|
||||||
<tar destfile="{$dist.dir}/packages/{$package.filename}" basedir="{$package.dir}" compression="bzip2" />
|
<tar destfile="{$dist.dir}/packages/{$package.filename}" compression="bzip2">
|
||||||
|
<fileset dir="{$dist.dir}/packages" includes="{$package.basename}/**"/>
|
||||||
|
</tar>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="release">
|
<target name="release">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue