summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--syslinux.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/syslinux.morph b/syslinux.morph
new file mode 100644
index 00000000..1986751b
--- /dev/null
+++ b/syslinux.morph
@@ -0,0 +1,14 @@
+{
+ "name": "syslinux",
+ "kind": "chunk",
+ "configure-commands": [
+ ],
+ "build-commands": [
+ "make clean",
+ "make",
+ "make installer"
+ ],
+ "install-commands": [
+ "make INSTALLROOT=\"$DESTDIR\" install"
+ ]
+}