summaryrefslogtreecommitdiff
path: root/r-base/build_r-base.sh
blob: 38a753c05c1a1e7a2c4f669f1f3d3a500f025906 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# Script to automate building of backported r-base packages for other Debian architectures

# Author: Johannes Ranke <jranke@uni-bremen.de>

apt-get source r-base
cd r-base-*
pdebuild
cd ..

Contact - Imprint