summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-12-18 22:13:24 -0600
committerAaron Griffin <aaronmgriffin@gmail.com>2008-12-18 22:13:24 -0600
commit43191485ed302729b688fd53712ceefe632b1335 (patch)
tree37aac3df80cddbd82f5307ecf7377cbc43ecd32a
parent4e638eaf2430d4036df536cad6fdda219aabf114 (diff)
Remove mkusbimg from the install Makefile
Merged into mkarchiso now Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rw-r--r--archiso/Makefile1
1 files changed, 0 insertions, 1 deletions
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