This commit is contained in:
Robin Gareus 2026-01-22 20:48:04 +01:00
parent 2766be0846
commit bc6c02e4ea
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -254,7 +254,7 @@ echo " === bundle completed, cleaning up"
find $DESTDIR -name "*.dll.a" -print0 | xargs -0 -r rm
# no need for MIDNAM
if test -n "$VBM" -o test -n "$LIVETRAX"; then
if test -n "$VBM" -o -n "$LIVETRAX"; then
rm -rf $DESTDIR/share/*/patchfiles
fi