summaryrefslogtreecommitdiff
path: root/gitano.morph
diff options
context:
space:
mode:
Diffstat (limited to 'gitano.morph')
-rw-r--r--gitano.morph14
1 files changed, 6 insertions, 8 deletions
diff --git a/gitano.morph b/gitano.morph
index aae2666..1b46d99 100644
--- a/gitano.morph
+++ b/gitano.morph
@@ -1,8 +1,6 @@
-{
- "name": "gitano",
- "kind": "chunk",
- "build-system": "manual",
- "install-commands": [
- "make install INST_ROOT=\"$PREFIX\" DESTDIR=\"$DESTDIR\""
- ]
-}
+name: gitano
+kind: chunk
+build-system: manual
+install-commands:
+- make install INST_ROOT="$PREFIX" DESTDIR="$DESTDIR"
+- cp scripts/htpasswd "$DESTDIR/$PREFIX/bin"