Do not create empty, unused folders when packaging

This commit is contained in:
Robin Gareus 2021-03-10 13:55:54 +01:00
parent bdc1cdc15f
commit d5eaeb041b
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 0 additions and 1 deletions

View File

@ -398,7 +398,6 @@ fi
# vfork wrapper
if test -f $BUILD_ROOT/libs/vfork/ardour-exec-wrapper ; then
mkdir -p $Frameworks/vfork
cp $BUILD_ROOT/libs/vfork/ardour-exec-wrapper $Frameworks/
fi