Set PAGER for Ubuntu and Debian only

/usr/bin/pager is specific to Debian/Ubuntu. For other OSs, use the default
pager detected by the configure script, which will either be less or more.

See https://github.com/rstudio/r-builds/issues/3
This commit is contained in:
Greg Lin 2019-05-03 15:30:24 -05:00
commit d353cee634

View file

@ -73,7 +73,6 @@ compile_r() {
# set some common environment variables for the configure step
AWK=/usr/bin/awk \
LIBnn=lib \
PAGER=/usr/bin/pager \
PERL=/usr/bin/perl \
R_PDFVIEWER=xdg-open \
R_BROWSER=xdg-open \