Remove mkusbimg from the install Makefile

Merged into mkarchiso now

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2008-12-18 22:13:24 -06:00
parent 4e638eaf24
commit 43191485ed

View File

@ -3,7 +3,6 @@ all:
install: all install: all
# install to sbin since script only usable by root # install to sbin since script only usable by root
install -D -m 755 mkarchiso $(DESTDIR)/usr/sbin install -D -m 755 mkarchiso $(DESTDIR)/usr/sbin
install -D -m 755 mkusbimg $(DESTDIR)/usr/sbin
# testiso can be used by anyone # testiso can be used by anyone
install -D -m 755 testiso $(DESTDIR)/usr/bin install -D -m 755 testiso $(DESTDIR)/usr/bin
# hooks/install are needed by mkinitcpio # hooks/install are needed by mkinitcpio