diff options
author | tv <tv@also> | 2011-08-08 00:53:00 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-08-08 00:53:00 +0200 |
commit | 6dd9ea309f4fc010b113b357a5d2f65ef0977aa3 (patch) | |
tree | 6ef5ae5b536f72ffffe25dcbc94261dcb45449b0 /icecrab/Makefile | |
parent | 04fea470969698c9587e4fe04e1e42cfaf703b9a (diff) | |
parent | d28012696a16e7d0fa3cf20e3527b9cf5747dc3a (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'icecrab/Makefile')
-rw-r--r-- | icecrab/Makefile | 6 |
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 |