summaryrefslogtreecommitdiffstats
path: root/academic/R/R.SlackBuild
diff options
context:
space:
mode:
author melikamp2015-08-21 20:11:06 +0200
committer Willy Sudiarto Raharjo2015-08-21 20:11:06 +0200
commita285840408fdfd13f36107545caceb1bee0299fc (patch)
tree3bad21b1e57b5ad3eb5d12b862c6739957f7d581 /academic/R/R.SlackBuild
parent83175227a504f44bd24be163858f7ecbdf1be693 (diff)
downloadslackbuilds-a285840408fdfd13f36107545caceb1bee0299fc.tar.gz
academic/R: Updated for version 3.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/R/R.SlackBuild')
-rw-r--r--academic/R/R.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/R/R.SlackBuild b/academic/R/R.SlackBuild
index 754648510d..69f211c2db 100644
--- a/academic/R/R.SlackBuild
+++ b/academic/R/R.SlackBuild
@@ -24,7 +24,7 @@
# <http://www.gnu.org/licenses/>.
PRGNAM=R
-VERSION=${VERSION:-3.2.1}
+VERSION=${VERSION:-3.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,7 +81,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-CFLAG="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \