pkgsrc-wip/shoutcast/files/install.sh
2003-07-14 17:55:30 +00:00

9 lines
439 B
Bash
Executable file

#!@RCD_SCRIPTS_SHELL@
/bin/mkdir -p $2/share/doc/shoutcast
/usr/bin/install -m 0555 -o 0 -g 0 $1/README $2/share/doc/shoutcast/README.shoutcast
/usr/bin/install -m 0555 -o 0 -g 0 $1/sc_serv $2/bin
/bin/mkdir -p $3
/usr/bin/install -m 0555 -o 0 -g 0 $1/sc_serv.conf $3
/bin/mkdir -p $2/share/shoutcast/content
/usr/bin/install -m 0555 -o 0 -g 0 $1/content/scpromo.mp3 $2/share/shoutcast/content/scpromo.mp3
/bin/mkdir -p /var/log/shoutcast