Changeset 112

Show
Ignore:
Timestamp:
01/18/07 20:02:04 (2 years ago)
Author:
mikey
Message:

bugfix: include directory in tgz

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/star/build.xml

    r105 r112  
    4949    <property name="tgzfile" value="${build.base.dir}/build/${pkg.name}.tgz"/> 
    5050    <delete file="${tgzfile}"/> 
    51     <tar compression="gzip" destFile="${tgzfile}" basedir="${build.src.dir}" /> 
     51    <tar compression="gzip" destFile="${tgzfile}" basedir="${build.base.dir}/build" /> 
    5252  </target> 
    5353</project>