summaryrefslogtreecommitdiff
path: root/syslinux.morph
diff options
context:
space:
mode:
Diffstat (limited to 'syslinux.morph')
-rw-r--r--syslinux.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/syslinux.morph b/syslinux.morph
index 8b623423..1986751b 100644
--- a/syslinux.morph
+++ b/syslinux.morph
@@ -4,10 +4,11 @@
"configure-commands": [
],
"build-commands": [
+ "make clean",
"make",
"make installer"
],
"install-commands": [
- "make INSTALLROOT=\"$DESTDIR\" install-all"
+ "make INSTALLROOT=\"$DESTDIR\" install"
]
}