1 2 3 4 5 6
#!/bin/sh -e make DESTDIR="$1" install # Fix shebang sed -i '1s|/bin/sh -e|/bin/sh|' "$1/usr/bin/respawn"