From 1cd094b531ff2a9f1d6acb4b781c118d12b51343 Mon Sep 17 00:00:00 2001 From: ranke Date: Sat, 12 Dec 2015 10:38:15 +0000 Subject: New and simplified organisation of backporting scripts Now backports for different distributions (squeeze, wheezy, jessie) can be started from the same working directory. Also, single package builds can be done without editing a script. git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@111 f247ebf9-aa24-0410-a698-f940e971ad2b --- build_texinfo.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 build_texinfo.sh (limited to 'build_texinfo.sh') diff --git a/build_texinfo.sh b/build_texinfo.sh deleted file mode 100644 index de062e7..0000000 --- a/build_texinfo.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/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