copy .sigar_shellrc to sigar-bin/lib instead

This commit is contained in:
Doug MacEachern 2004-07-23 01:05:50 +00:00
parent 5f7baaa447
commit 2657e169f9
1 changed files with 6 additions and 3 deletions

View File

@ -293,13 +293,16 @@
<!-- header files -->
<copy toDir="${dist}/sigar-bin" overwrite="true">
<fileset dir=".">
<include name=".sigar_shellrc"/>
</fileset>
<fileset dir="${sigar-bin}">
<include name="include/*.h"/>
</fileset>
</copy>
<copy toDir="${dist}/sigar-bin/lib" overwrite="true">
<fileset dir=".">
<include name=".sigar_shellrc"/>
</fileset>
</copy>
</target>
<target name="dist" depends="dist-bin,dist-support,dist-pack"/>