From b35dd76dca6dfa9151394da847567ce99fa76085 Mon Sep 17 00:00:00 2001 From: Ali <320322+ali5h@users.noreply.github.com> Date: Mon, 3 May 2021 02:46:15 -0700 Subject: [PATCH] [R] don't remove CMakeLists in cleanup (#6930) currently installing the R-pacakge will leave the repo in dirty state, since `CmakeLists.txt` is already checked in. This fixes the `cleanup` script to not delete this file. --- R-package/cleanup | 1 - 1 file changed, 1 deletion(-) diff --git a/R-package/cleanup b/R-package/cleanup index eb8669970..912a57977 100755 --- a/R-package/cleanup +++ b/R-package/cleanup @@ -1,4 +1,3 @@ #!/bin/sh rm -f src/Makevars -rm -f CMakeLists.txt