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
commit378bf136e288da83fea97dd7891c714e0345b891 (patch)
tree6383392973d203c078f07b513016a5d1ca01bed6 /Makefile
parent97ed563f00fc6cd4be3f91041fe455529bc1c89c (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