1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh set -e cd $1 if [ -e ./pre-build-special.sh ]; then su builder -c "./pre-build-special.sh" fi EV= if [ -n "$2" ]; then EV="$2=1" fi su builder -c "$EV ../makepkg.sh -Ccs"