1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 14:38:33 +00:00
morpheus/pkgbuild
2013-09-20 16:00:25 +01:00

13 lines
115 B
Bash
Executable File

#!/bin/sh
if test -z "$1"; then
echo usage: $0 pkgpath 1>&2
exit 1
fi
set -e -x
. ./prepare-env
./build "$1"