Merge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/stable

This commit is contained in:
Eric Banks 2011-06-29 14:56:22 -04:00
commit f018c27050
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,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 R/ R/src/gsalib/" /> <arg line="R CMD INSTALL -l private/R/ private/R/src/gsalib/" />
</exec> </exec>
</target> </target>
</project> </project>