summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-04 12:06:40 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-18 17:31:19 +0000
commitda7b75846e4e0724f17243cf8bcccbf8618c4801 (patch)
tree284d3fc29827ef4f3e565f1e7d00384ee31e4f4c
parentbf14dd6e4936dd19b199f7fa92ec5075a551fbf0 (diff)
downloadgitano-da7b75846e4e0724f17243cf8bcccbf8618c4801.tar.gz
Update gitano.morph
Converts gitano.morph to YAML and copies htpasswd onto system
-rw-r--r--gitano.morph6
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"