blob: 11fb4ffbd74b7815605d56b6644f59b19da9289c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001Add space between install -m option and its argument. Got this patch from
2OE 709c4d66e0b107ca606941b988bad717c0b45d9b
3
4Upstream-Status: Inappropriate [not author]
5
6Index: dbench-4.0/Makefile.in
7===================================================================
8--- dbench-4.0.orig/Makefile.in
9+++ dbench-4.0/Makefile.in
10@@ -35,7 +35,7 @@ install: all
11 ${INSTALLCMD} -d $(DESTDIR)$(bindir) $(DESTDIR)$(datadir) $(DESTDIR)$(mandir)
12 ${INSTALLCMD} dbench tbench tbench_srv $(DESTDIR)$(bindir)
13 ${INSTALLCMD} @top_srcdir@/client.txt $(DESTDIR)$(datadir)
14- ${INSTALLCMD} -m644 @top_srcdir@/dbench.1 $(DESTDIR)$(mandir)
15+ ${INSTALLCMD} -m 644 @top_srcdir@/dbench.1 $(DESTDIR)$(mandir)
16 ln -sf dbench.1 $(DESTDIR)$(mandir)/tbench.1
17 ln -sf dbench.1 $(DESTDIR)$(mandir)/tbench_srv.1
18