index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Simo Leone <simo@archlinux.org> | 2008-03-30 03:12:05 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-03-30 03:26:58 -0500 |
commit | 378bf136e288da83fea97dd7891c714e0345b891 (patch) | |
tree | 6383392973d203c078f07b513016a5d1ca01bed6 /Makefile | |
parent | 97ed563f00fc6cd4be3f91041fe455529bc1c89c (diff) |
-rw-r--r-- | Makefile | 1 |
@@ -4,6 +4,7 @@ install: all # install to sbin since script only usable by root mkdir -p $(DESTDIR)/usr/sbin install -m 755 mkarchiso $(DESTDIR)/usr/sbin + install -m 755 mkusbimg $(DESTDIR)/usr/sbin # testiso can be used by anyone mkdir -p $(DESTDIR)/usr/bin install -m 755 testiso $(DESTDIR)/usr/bin |