~showard314/ubuntu/karmic/r-base/remove_start_comments

« back to all changes in this revision

Viewing changes to src/scripts/INSTALL.in

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2008-12-20 09:26:38 UTC
  • mfrom: (1.2.6 upstream)
  • mto: (2.1.32 jaunty)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20081220092638-i4p6po0hndi24ri5
* Updated to Dec 19 release candidate of R 2.8.1 expected for Dec 22

* r-doc-pdf expected to be empty due to the tex/texinfo bug below

* debian/control: Change Build-Depends: on openjdk-6-jdk to 
  'openjdk-6-jdk [!arm !hppa]' as arm and hppa do not have one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
## Trap interrupts, most importantly 2 (^C from keyboard)
8
8
trap do_exit_on_error 1 2 15
9
9
 
10
 
revision='$Rev: 46942 $'
 
10
revision='$Rev: 47236 $'
11
11
version=`set - ${revision}; echo ${2}`
12
12
version="R add-on package installer ${version}
13
13
 
64
64
 
65
65
umask 022
66
66
 
 
67
## workaround the export of CDPATH, which may cause 'cd' to echo
 
68
unset CDPATH
 
69
 
67
70
R_VERSION='@VERSION@'
68
71
GETWD='@GETWD@'
69
72
R_GZIPCMD='@R_GZIPCMD@'