Merged bug fix from Stable into Unstable

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

View File

@ -1089,7 +1089,7 @@
<!-- Build gsalib R module --> <!-- Build gsalib R module -->
<target name="gsalib"> <target name="gsalib">
<exec executable="R" failonerror="true"> <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> </exec>
</target> </target>
</project> </project>