build (108B)
1 2 3 4 5 6 7 8
#!/bin/sh -e for p in *.patch; do patch -p1 < "$p" done make make PREFIX="/usr" DESTDIR="$1" install