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.
4 lines
30 B
Bash
Executable File
4 lines
30 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -f src/Makevars
|