X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=ea7435475edd50fe9574be701d669ca232c3c18c;hp=c45a1b1ca5e311214125237f29a181366a321627;hb=513ba3f7d4eef309d2307cf9787d7d980a29164d;hpb=33c142be80a031dfd9ad4f8237b73f4741648fa1 diff --git a/Makefile b/Makefile index c45a1b1c..ea743547 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ cscope: @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