build (87B)
1 #!/bin/sh -xe 2 cd "$(dirname "$0")" 3 mkdir -p packages 4 make py-genpkg 5 exec make -rs "$@"