summaryrefslogtreecommitdiff
path: root/dosutil
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-12-09 19:59:13 -0800
committerH. Peter Anvin <hpa@zytor.com>2009-12-09 19:59:13 -0800
commit63313601614535f6faefa8d4d00908f2b645ee96 (patch)
tree8601cb6e6da0adc040b5b30a919d2fa2c67c3935 /dosutil
parent8b21242b0c9c87e4308cfdb8bc9c73d3b004ed0b (diff)
downloadsyslinux-63313601614535f6faefa8d4d00908f2b645ee96.tar.gz
dosutil: move install to a subdirectory
Move the DOS directory to a subdirectory of the auxdir. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'dosutil')
-rw-r--r--dosutil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dosutil/Makefile b/dosutil/Makefile
index ecb695a2..53b3859a 100644
--- a/dosutil/Makefile
+++ b/dosutil/Makefile
@@ -48,4 +48,5 @@ spotless: clean
installer: all
install: installer
- install -m 644 $(TARGETS) $(INSTALLROOT)$(AUXDIR)
+ mkdir -m 755 -p $(INSTALLROOT)$(AUXDIR)/dosutil
+ install -m 644 $(TARGETS) $(INSTALLROOT)$(AUXDIR)/dosutil