build (113B)
1 #!/bin/sh -ex 2 3 ./configure 4 sed -r '/mpd/ s,^[^#],#,' Makefile >sed 5 mv sed Makefile 6 make PREFIX="$PREFIX" install