summaryrefslogtreecommitdiff
path: root/build_r-base.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_r-base.sh')
-rw-r--r--build_r-base.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/build_r-base.sh b/build_r-base.sh
deleted file mode 100644
index 3d26cca..0000000
--- a/build_r-base.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/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 upgrade
-apt-get build-dep r-base
-apt-get source r-base
-
-cd r-base-*
-
-dpkg-buildpackage -B
-
-cd ..

Contact - Imprint