]> git.pld-linux.org Git - packages/R.git/commitdiff
1f42e66ba176a5f1fe261faeeedd56b0 R-destdir.patch
authorankry <ankry@pld-linux.org>
Thu, 1 Nov 2001 19:46:05 +0000 (19:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    R-destdir.patch -> 1.1

R-destdir.patch [new file with mode: 0644]

diff --git a/R-destdir.patch b/R-destdir.patch
new file mode 100644 (file)
index 0000000..7101c7f
--- /dev/null
@@ -0,0 +1,11 @@
+--- src/scripts/Makefile.in.orig       Thu Nov  1 17:52:19 2001
++++ src/scripts/Makefile.in    Thu Nov  1 17:53:08 2001
+@@ -54,7 +54,7 @@
+       @(v=`cat $(top_srcdir)/VERSION`; \
+         v="$${v} (`sed 's|/|-|g' $(top_srcdir)/date-stamp`)"; \
+         y=`cut -d/ -f1 < $(top_srcdir)/date-stamp`; \
+-        sed "s@R_HOME_DIR=.*@R_HOME_DIR=`cd $(top_builddir); pwd`@; \
++        sed "s@R_HOME_DIR=.*@R_HOME_DIR=$(rhome)@; \
+              s@REPLACE_BY_VERSION@$${v}@; \
+              s@REPLACE_BY_YEAR@$${y}@" < R.sh > $@)
+       @chmod +x $@
This page took 0.187593 seconds and 4 git commands to generate.