summaryrefslogtreecommitdiffstats
path: root/audio-players/shell-fm/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/shell-fm/INSTALL')
-rwxr-xr-xaudio-players/shell-fm/INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio-players/shell-fm/INSTALL b/audio-players/shell-fm/INSTALL
new file mode 100755
index 0000000000..efe6160e03
--- /dev/null
+++ b/audio-players/shell-fm/INSTALL
@@ -0,0 +1,5 @@
+make install MANDIR=/usr/share/man &&
+if [ ${SHELL_FM_EXTRAS} == "y" ]
+then
+ make install-extras
+fi