From 43191485ed302729b688fd53712ceefe632b1335 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 18 Dec 2008 22:13:24 -0600 Subject: Remove mkusbimg from the install Makefile Merged into mkarchiso now Signed-off-by: Aaron Griffin --- archiso/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'archiso/Makefile') diff --git a/archiso/Makefile b/archiso/Makefile index 56e7342..9c31f7d 100644 --- a/archiso/Makefile +++ b/archiso/Makefile @@ -3,7 +3,6 @@ all: install: all # install to sbin since script only usable by root install -D -m 755 mkarchiso $(DESTDIR)/usr/sbin - install -D -m 755 mkusbimg $(DESTDIR)/usr/sbin # testiso can be used by anyone install -D -m 755 testiso $(DESTDIR)/usr/bin # hooks/install are needed by mkinitcpio -- cgit v1.2.3-54-g00ecf