index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archiso/Makefile | 1 |
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 |