blob: 77e5bd79482996ca3e9e08d1c17688980ac4aac2 [file] [log] [blame]
diff -aruN a/Makefile b/Makefile
--- a/Makefile 2012-09-10 15:51:24.061610646 -0700
+++ b/Makefile 2012-09-10 15:51:02.872463701 -0700
@@ -22,7 +22,8 @@
all: memtester
install: all
- mkdir -m 755 -p $(INSTALLPATH)/{bin,man/man8}
+ mkdir -m 755 -p $(INSTALLPATH)/bin
+ mkdir -m 755 -p $(INSTALLPATH)/man/man8
install -m 755 memtester $(INSTALLPATH)/bin/
gzip -c memtester.8 >memtester.8.gz ; install -m 644 memtester.8.gz $(INSTALLPATH)/man/man8/