Add space between -m and 755 for install
authorJens Axboe <jaxboe@fusionio.com>
Fri, 29 Apr 2011 06:24:10 +0000 (08:24 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Fri, 29 Apr 2011 06:24:10 +0000 (08:24 +0200)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Makefile

index c45a1b1ca5e311214125237f29a181366a321627..ea7435475edd50fe9574be701d669ca232c3c18c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ cscope:
        @cscope -b -R
 
 install: $(PROGS) $(SCRIPTS)
        @cscope -b -R
 
 install: $(PROGS) $(SCRIPTS)
-       $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
+       $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
        $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)
        $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
        $(INSTALL) -m 644 fio.1 $(DESTDIR)$(mandir)/man1
        $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)
        $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
        $(INSTALL) -m 644 fio.1 $(DESTDIR)$(mandir)/man1