summaryrefslogtreecommitdiff
path: root/syslinux.morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-06 12:06:27 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-06 12:06:27 +0000
commit38dcca25c8855c95649e3f0b5b09fae862ed5c7a (patch)
treeb5eafb12a7d52797fd6576e378ca76dff9882020 /syslinux.morph
parentd11be638d0405a908b7ca813810ef7b244085585 (diff)
downloadsyslinux-38dcca25c8855c95649e3f0b5b09fae862ed5c7a.tar.gz
Tweak commands more
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"
]
}