Fixed build.xml to reflect path changes for gsalib

This commit is contained in:
Kiran V Garimella 2011-07-27 12:37:00 -04:00
parent ca35defdcd
commit 6ebd83478b
1 changed files with 1 additions and 1 deletions

View File

@ -1057,7 +1057,7 @@
<!-- Build gsalib R module -->
<target name="gsalib">
<exec executable="R" failonerror="true">
<arg line="R CMD INSTALL -l private/R/ private/R/src/gsalib/" />
<arg line="R CMD INSTALL -l public/R/ public/R/src/gsalib/" />
</exec>
</target>
</project>