Fix permissions of bundled content
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user