hooks/post-install/remove-libtool: do not escape * to make this work with virtuoso.
This commit is contained in:
parent
8fcb0e644a
commit
8fa3cba4ea
|
@ -2,6 +2,6 @@
|
|||
|
||||
hook() {
|
||||
if [ -z "$keep_libtool_archives" -a -d "${PKGDESTDIR}" ]; then
|
||||
find ${PKGDESTDIR} -type f -name *.la -delete
|
||||
find ${PKGDESTDIR} -type f -name \*.la -delete
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue