summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fuse.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/fuse.morph b/fuse.morph
new file mode 100644
index 0000000..3c0f73e
--- /dev/null
+++ b/fuse.morph
@@ -0,0 +1,9 @@
+{
+ "name": "fuse",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./makeconf.sh",
+ "./configure --prefix=\"$PREFIX\""
+ ]
+}