From ed5092ccc97f395f84f0983cf371bde404bf9959 Mon Sep 17 00:00:00 2001 From: Derek Weitzel Date: Mon, 3 Feb 2014 17:29:09 -0600 Subject: [PATCH] Fixing omitted Debian 7 definition For #15 --- inst/GridR/R-bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inst/GridR/R-bootstrap.py b/inst/GridR/R-bootstrap.py index 5dcf5f4..ffd8ec5 100755 --- a/inst/GridR/R-bootstrap.py +++ b/inst/GridR/R-bootstrap.py @@ -23,6 +23,7 @@ OSX="MAC" OSX_UNSUPPORTED="UNSUPPORTED" DEB6="DEB6" +DEB7="DEB7" SUPPORTED_OSX = ['10.6', '10.7', '10.8'] SUPPORTED_PLATFORMS = [ RH5, RH6, DEB6 ]