From c1b42e82b9a80f9d642639d4cb141b42bcf2cd55 Mon Sep 17 00:00:00 2001 From: Simo Leone Date: Thu, 25 Oct 2007 15:08:16 -0500 Subject: Fix install rule in makefile Signed-off-by: Simo Leone --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bc7d2f7..cbed5fd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: -install: +install: all # install to sbin since script only usable by root mkdir -p $(DESTDIR)/usr/sbin install -m 755 mkarchiso $(DESTDIR)/usr/sbin -- cgit v1.2.2