Parent Directory
|
Revision Log
Update of the build scripts used for the R 3.0.0 backport, changing the build location for the backports
#!/bin/bash # Script to facilitate building r-base binaries for CRAN in a chroot # Matching CRAN sources must be in /etc/apt/sources.list of the chroot apt-get update apt-get build-dep r-base apt-get source r-base cd r-base-* dpkg-buildpackage -B cd ..
| Johannes Ranke | ViewVC Help |
| Powered by ViewVC 1.0.1 |