]> git.pld-linux.org Git - packages/R.git/commitdiff
- reverse if condition to avoid errors auto/th/R-2_13_0-1 auto/ti/R-2_13_0-1
authorlisu <lisu@pld-linux.org>
Tue, 26 Apr 2011 11:46:35 +0000 (11:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    R-install.patch -> 1.1

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

diff --git a/R-install.patch b/R-install.patch
new file mode 100644 (file)
index 0000000..22c1ee2
--- /dev/null
@@ -0,0 +1,14 @@
+--- R-2.13.0/configure.ac~     2011-03-31 00:05:02.000000000 +0200
++++ R-2.13.0/configure.ac      2011-04-26 11:11:24.466666842 +0200
+@@ -538,9 +538,9 @@
+ AC_PATH_PROG(GETWD, pwd, pwd)
+ AC_MSG_CHECKING([whether builddir is srcdir])
+ if test "`cd \"${srcdir}\" && ${GETWD}`" = "`${GETWD}`"; then
+-  BUILDDIR_IS_SRCDIR=yes
+-else
+   BUILDDIR_IS_SRCDIR=no
++else
++  BUILDDIR_IS_SRCDIR=yes
+ fi
+ AC_SUBST(BUILDDIR_IS_SRCDIR)
+ AC_MSG_RESULT([${BUILDDIR_IS_SRCDIR}])
This page took 0.548109 seconds and 4 git commands to generate.