5 lines
123 B
Text
5 lines
123 B
Text
|
buildPhase = ''
|
||
|
find . -type f -not -name 'racer.vim' -exec rm -rf {} \;
|
||
|
rm -rf editors images src
|
||
|
'';
|