From 3cc548802cbec9c4b1a4e7134766c69701f46094 Mon Sep 17 00:00:00 2001 From: ranke Date: Thu, 16 Apr 2015 21:28:12 +0000 Subject: Add the build script for texinfo git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@105 f247ebf9-aa24-0410-a698-f940e971ad2b --- build_texinfo.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 build_texinfo.sh 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 .. -- cgit v1.2.1