Fix permissions of bundled content
This commit is contained in:
parent
edc94c5213
commit
b14acfc3dd
@ -743,6 +743,10 @@ if test -n "$MIXBUS"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "Setting Bundled Media dir/file permissions"
|
||||
find "${MediaClips}" -type d -exec chmod 755 "{}" \;
|
||||
find "${MediaClips}" -type f -exec chmod 644 "{}" \;
|
||||
|
||||
if true ; then
|
||||
mkdir -p $APPLIB/LV2
|
||||
|
||||
|
@ -813,6 +813,10 @@ if test -n "$MIXBUS"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "Setting Bundled Media dir/file permissions"
|
||||
find "${MediaClips}" -type d -exec chmod 755 "{}" \;
|
||||
find "${MediaClips}" -type f -exec chmod 644 "{}" \;
|
||||
|
||||
################################################################################
|
||||
|
||||
if test x$DEMO_SESSION_URL != x ; then
|
||||
|
Loading…
Reference in New Issue
Block a user