index : archiso32 | |
Archlinux32 iso tools | 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 | 43191485ed302729b688fd53712ceefe632b1335 (patch) | |
tree | 37aac3df80cddbd82f5307ecf7377cbc43ecd32a /archiso | |
parent | 4e638eaf2430d4036df536cad6fdda219aabf114 (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 |