mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
Remove cache files created during build.
This commit is contained in:
parent
f377b7cea3
commit
992d8233c9
@ -120,8 +120,8 @@ if [[ $? == 0 ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Remove the link we created, above.
|
||||
rm ssh-audit.py
|
||||
# Remove the cache files created during the build process, along with the link we created, above.
|
||||
rm -rf build/ ssh-audit.spec ssh-audit.py
|
||||
|
||||
# Reset the changes we made to globals.py.
|
||||
git checkout globals.py 2> /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user