1 2 3 4 5 6
#!/bin/sh -e sed -i 's#env python#&3#' src/psl-make-dafsa ./configure --prefix=/usr make make DESTDIR="$1" install