[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:
parent
37ad60fe25
commit
b35dd76dca
@ -1,4 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
rm -f src/Makevars
|
rm -f src/Makevars
|
||||||
rm -f CMakeLists.txt
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user