summaryrefslogtreecommitdiffstats
path: root/icecrab/Makefile
diff options
context:
space:
mode:
authortv <tv@also>2011-08-08 00:53:00 +0200
committertv <tv@also>2011-08-08 00:53:00 +0200
commit6dd9ea309f4fc010b113b357a5d2f65ef0977aa3 (patch)
tree6ef5ae5b536f72ffffe25dcbc94261dcb45449b0 /icecrab/Makefile
parent04fea470969698c9587e4fe04e1e42cfaf703b9a (diff)
parentd28012696a16e7d0fa3cf20e3527b9cf5747dc3a (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'icecrab/Makefile')
-rw-r--r--icecrab/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/icecrab/Makefile b/icecrab/Makefile
new file mode 100644
index 00000000..36e91b76
--- /dev/null
+++ b/icecrab/Makefile
@@ -0,0 +1,6 @@
+.phony: debian
+
+debian:
+ [ -e /usr/bin/icecast2 ] || apt-get install --yes icecast2
+ cp icecast2 /etc/default/icecast2
+ cp icecast.xml /etc/icecast2/icecast.xml