morpheus

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

commit 09331bacd2bcee235eb35b7a8fe3f0adca991db6
parent 7c628920dc786f3c855398e33cd3e8fad2a6ecf0
Author: sin <sin@2f30.org>
Date:   Thu, 20 Feb 2014 16:11:43 +0000

Add sample usage to pkgbuild

Clarify the existing semantics as well.

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

diff --git a/pkgbuild b/pkgbuild @@ -1,4 +1,14 @@ #!/bin/sh +# +# Simple package build script. +# For example to build the kernel do: ./pkgbuild kernel +# +# Please note that if the package has already been unpacked in src/ +# then it will not be unpacked again. This is to make it easy +# to build new packages by first hacking src/<pkg> until it can be +# successfully compiled. If you want to force unpacking of the package +# simply rm the unpacked directory. Similarly if you want to force +# re-downloading of the package, simply rm the packed version as well. umask 022