mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Fix permissions of bundled content
This commit is contained in:
parent
edc94c5213
commit
b14acfc3dd
2 changed files with 8 additions and 0 deletions
|
|
@ -743,6 +743,10 @@ if test -n "$MIXBUS"; then
|
||||||
fi
|
fi
|
||||||
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
|
if true ; then
|
||||||
mkdir -p $APPLIB/LV2
|
mkdir -p $APPLIB/LV2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -813,6 +813,10 @@ if test -n "$MIXBUS"; then
|
||||||
fi
|
fi
|
||||||
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
|
if test x$DEMO_SESSION_URL != x ; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue