[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.
This commit is contained in:
Ali 2021-05-03 02:46:15 -07:00 committed by GitHub
parent 37ad60fe25
commit b35dd76dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,3 @@
#!/bin/sh
rm -f src/Makevars
rm -f CMakeLists.txt