hooks/remove-la: remove all *.la even if those are symlinks.
This commit is contained in:
parent
1e6c9ef4b7
commit
8bf5cb819a
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
hook() {
|
hook() {
|
||||||
if [ -z "$keep_libtool_archives" -a -d "${PKGDESTDIR}" ]; then
|
if [ -z "$keep_libtool_archives" -a -d "${PKGDESTDIR}" ]; then
|
||||||
find ${PKGDESTDIR} -type f -name \*.la -delete
|
find ${PKGDESTDIR} -name \*.la -delete
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue