summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2015-04-16 21:28:12 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2015-04-16 21:28:12 +0000
commit3cc548802cbec9c4b1a4e7134766c69701f46094 (patch)
treeeff317675fc49128cac7759d6ae0ff04c42e7080
parent45079cb31f9f6e4d6259c1a4b826dc9e1c2c4c13 (diff)
Add the build script for texinfo
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@105 f247ebf9-aa24-0410-a698-f940e971ad2b
-rw-r--r--build_texinfo.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/build_texinfo.sh b/build_texinfo.sh
new file mode 100644
index 0000000..de062e7
--- /dev/null
+++ b/build_texinfo.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# Script to facilitate building texinfo 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 texinfo
+
+apt-get source texinfo
+
+cd texinfo-*
+
+dpkg-buildpackage -B
+
+cd ..

Contact - Imprint