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