1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-27 12:38:34 +00:00
morpheus/pkgbuild
2013-09-17 15:26:52 +01:00

11 lines
104 B
Bash
Executable File

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