index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-18 22:13:24 -0600 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-18 22:13:24 -0600 |
commit | cd113d7d099a78734e9504bbbee2cb145b1af8a4 (patch) | |
tree | a913d0695ea252cfce676503b422d170c56baace /archiso/Makefile | |
parent | 201d8c03fe19c6e32e2a272ea240143887d20b8c (diff) |
-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 |