From da7b75846e4e0724f17243cf8bcccbf8618c4801 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 4 Feb 2014 12:06:40 +0000 Subject: Update gitano.morph Converts gitano.morph to YAML and copies htpasswd onto system --- gitano.morph | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gitano.morph 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" -- cgit v1.2.1