Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimo Leone <simo@archlinux.org>2008-03-30 03:12:05 -0500
committerSimo Leone <simo@archlinux.org>2008-03-30 03:26:58 -0500
commit7cfa4100ca0019498b8401c977a893ed4b6410c4 (patch)
tree346a779d52ae68a7981038e431d41cc65926777d /Makefile
parent918ca3da02bfa4bd68f4a7edbacba8282adaeda5 (diff)
Integrate mkusbimg
Added to makefile and mkarchiso. Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc0ae4b..4ad04b0 100644
--- a/Makefile
+++ b/Makefile
@@ -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