mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 05:37:22 +01:00
Fix bashism in 21533227e7
This commit is contained in:
parent
2766be0846
commit
bc6c02e4ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue