mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Use find(1) -delete feature in tix-eradicate-libtool-la(1).
This commit is contained in:
parent
e9c4946ff7
commit
4698562f64
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
cd "$TIX_INSTALL_DIR"
|
cd "$TIX_INSTALL_DIR"
|
||||||
find | grep '\.la$' | while read la; do rm -f "$la"; done
|
find . -name '*.la' -delete
|
||||||
|
|
Loading…
Reference in a new issue