f5db520
c554c86 ^
1 2
3 4
5
6 7 8 9 10 11 12
#!/bin/sh set -eu # Insert build commands in here. # # If you're feeling particular paranoid, you can make it chroot here. # ./configure make -j4 make DESTDIR=app install exit 0