diff options
author | Richard Ipsum <richard.ipsum@codethink.co.uk> | 2014-02-18 17:48:22 +0000 |
---|---|---|
committer | Richard Ipsum <richard.ipsum@codethink.co.uk> | 2014-02-18 17:48:22 +0000 |
commit | ad9c49d2969332638f3e5b37ff6720c574bc4fbb (patch) | |
tree | dd798ac31fca707c4f1199e8da393261947b8eb4 /gitano.morph | |
parent | 1df10596bc55e92cb2d8a73ed3c8e2ec8d246c40 (diff) | |
parent | 95ba6fb18fedf7d0b9ff66a8f344c94dfe4a0632 (diff) | |
download | gitano-baserock/master.tar.gz |
Merge branch 'baserock/richardipsum/http_v3' into baserock/masterbaserock/master
Reviewed-by:
Daniel Silverstone
Richard Maw
Diffstat (limited to 'gitano.morph')
-rw-r--r-- | gitano.morph | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gitano.morph b/gitano.morph new file mode 100644 index 0000000..1b46d99 --- /dev/null +++ b/gitano.morph @@ -0,0 +1,6 @@ +name: gitano +kind: chunk +build-system: manual +install-commands: +- make install INST_ROOT="$PREFIX" DESTDIR="$DESTDIR" +- cp scripts/htpasswd "$DESTDIR/$PREFIX/bin" |