From 38dcca25c8855c95649e3f0b5b09fae862ed5c7a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 6 Mar 2012 12:06:27 +0000 Subject: Tweak commands more --- syslinux.morph | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ] } -- cgit v1.2.1