dosutil: move install to a subdirectory
authorH. Peter Anvin <hpa@zytor.com>
Thu, 10 Dec 2009 03:59:13 +0000 (19:59 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 10 Dec 2009 03:59:13 +0000 (19:59 -0800)
Move the DOS directory to a subdirectory of the auxdir.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
dosutil/Makefile

index ecb695a..53b3859 100644 (file)
@@ -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