summaryrefslogtreecommitdiffstats
path: root/audio-creation/qtractor/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/qtractor/INSTALL')
-rwxr-xr-xaudio-creation/qtractor/INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/audio-creation/qtractor/INSTALL b/audio-creation/qtractor/INSTALL
new file mode 100755
index 0000000000..f85aae2013
--- /dev/null
+++ b/audio-creation/qtractor/INSTALL
@@ -0,0 +1,7 @@
+install -d -m 0755 "$INSTALL_ROOT/usr/bin" &&
+install -d -m 0755 "$INSTALL_ROOT/usr/share/pixmaps" &&
+install -d -m 0755 "$INSTALL_ROOT/usr/share/applications" &&
+
+install -m 0755 qtractor "$INSTALL_ROOT/usr/bin/qtractor" &&
+install -m 0644 icons/qtractor.png "$INSTALL_ROOT/usr/share/pixmaps/qtractor.png" &&
+install -m 0644 qtractor.desktop "$INSTALL_ROOT/usr/share/applications/qtractor.desktop"