morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit ede824c52879bbcc1f15111a6fed54abd1c67fcc
parent 7fb54d4b68db8829689cf902591094d4df4e0996
Author: sin <sin@2f30.org>
Date:   Thu, 26 Sep 2013 16:24:53 +0100

Prepare root and create src/ and cross/ in pkgbuild

Diffstat:
Mpkgbuild | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/pkgbuild b/pkgbuild @@ -12,4 +12,7 @@ if [ $(uname -m) != $arch ]; then exit 1 fi +. ./prepare-root +mkdir -p src cross + ./build "$1"