1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-28 23:41:23 +00:00
morpheus/pkgbuild

18 lines
267 B
Plaintext
Raw Normal View History

2013-09-06 07:40:52 +00:00
#!/bin/sh
2013-09-05 11:31:58 +00:00
if test -z "$1"; then
echo usage: $0 pkgpath 1>&2
2013-09-05 11:31:58 +00:00
exit 1
fi
# Export important variables for the build scripts
top=$(pwd)
root=$top/root
mirror=http://dl.2f30.org/morpheus-pkgs
export top root mirror
2013-09-07 14:31:43 +00:00
PATH=$top/cross/bin:$PATH
export PATH
./build "$1"