summaryrefslogtreecommitdiffstats
path: root/audio-creation/stops/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/stops/INSTALL')
-rwxr-xr-xaudio-creation/stops/INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/audio-creation/stops/INSTALL b/audio-creation/stops/INSTALL
new file mode 100755
index 0000000000..118ffceca0
--- /dev/null
+++ b/audio-creation/stops/INSTALL
@@ -0,0 +1,7 @@
+mkdir -p ${INSTALL_ROOT}/usr/share/aeolus/${SPELL}-${VERSION} &&
+cd ${SOURCE_DIRECTORY} &&
+cp -R * ${INSTALL_ROOT}/usr/share/aeolus/${SPELL}-${VERSION} &&
+find ${INSTALL_ROOT}/usr/share/aeolus/${SPELL}-${VERSION} -type f -exec \
+ chmod 644 {} \; &&
+find ${INSTALL_ROOT}/usr/share/aeolus/${SPELL}-${VERSION} -type d -exec \
+ chmod 755 {} \;