Parent Directory
|
Revision Log
Modification of the build scripts that I use for making amd64 binary packages, as I went back to using a chroot for these.
#!/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 # Author: Johannes Ranke <jranke@uni-bremen.de> 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 |