Remove .a files
This commit is contained in:
parent
53e95d9ddd
commit
53a70c9f83
1 changed files with 3 additions and 1 deletions
|
@ -594,4 +594,6 @@ done
|
|||
|
||||
rm -rf /etc/nginx/owasp-modsecurity-crs/.git
|
||||
rm -rf /etc/nginx/owasp-modsecurity-crs/util/regression-tests
|
||||
rm -rf /usr/local/modsecurity/lib/libmodsecurity.a
|
||||
|
||||
# remove .a files
|
||||
find /usr/local -name "*.a" -print | xargs /bin/rm
|
||||
|
|
Loading…
Reference in a new issue