search for: destdir_support

Displaying 1 result from an estimated 1 matches for "destdir_support".

2006 Apr 07
0
R-Project build system: DESTDIR support
...on. In attachment you'll find a p1 (and p2, for that matter) patch in unified format that adds DESTDIR support to R-Project. It's made against 2.2.1. To apply it and study/test it, please try as a regular (unprivileged) user: $ cd R-2.2.1 # (top_srcdir) $ patch -p1 < R-2.2.1-DESTDIR_support.p1.udiff $ ./configure --prefix=${HOME}/usr $ make $ make install DESTDIR=${HOME}/install-destdir what happens is that an installation finally intended for /home/username/usr (we install in user mode to prevent problems and encourage testing) is offset, at installation time, to a temporary locatio...