index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | 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 | 7cfa4100ca0019498b8401c977a893ed4b6410c4 (patch) | |
tree | 346a779d52ae68a7981038e431d41cc65926777d | |
parent | 918ca3da02bfa4bd68f4a7edbacba8282adaeda5 (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 |