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:
hanna 2010-01-27 22:07:37 +00:00
parent bd11060e72
commit eccf40b17d
1 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,9 @@
</xsl:for-each>
<!-- 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 name="release">