The R Project SVN R

Rev

Rev 21459 | Rev 31424 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21459 Rev 25400
Line 6... Line 6...
6
## it you are assumed to have already fetched the packages by (say) FTP.
6
## it you are assumed to have already fetched the packages by (say) FTP.
7
 
7
 
8
TOOLS_DIR=`echo ${0} | sed 's%/[^/][^/]*$%%'`
8
TOOLS_DIR=`echo ${0} | sed 's%/[^/][^/]*$%%'`
9
(cd "${TOOLS_DIR}"/..
9
(cd "${TOOLS_DIR}"/..
10
  version=`cut -f1 -d' ' VERSION`
10
  version=`cut -f1 -d' ' VERSION`
11
  PKGS=`grep '^R_PKGS_RECOMMENDED *=' Makeconf.in | sed 's/.*=//'`
11
  PKGS=`grep '^R_PKGS_RECOMMENDED_SOURCES *=' share/make/vars.mk | \
-
 
12
    sed 's/.*=//'`
12
  cd src/library/Recommended
13
  cd src/library/Recommended
13
 
14
 
14
  ## <FIXME>
15
  ## <FIXME>
15
  ## Remove eventually.
16
  ## Remove eventually.
16
  rm -f *_tgz
17
  rm -f *_tgz