From 8ed2f8fc6129418aae61db3a056ccb53f66c5ea1 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Sun, 16 Feb 2020 12:27:03 +0000 Subject: [PATCH] drop bashism syntax, make it happy with dash see bug report at https://github.com/redhat-performance/tuned/issues/246 https://bugs.gentoo.org/706164 Signed-off-by: Yixun Lan --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4793a5..8c75ee3 100644 --- a/Makefile +++ b/Makefile @@ -203,7 +203,8 @@ install: install-dirs install -Dpm 0644 $(file) $(DESTDIR)$(DATADIR)/man/man$(man_section)/$(notdir $(file));)) # documentation - cp -a doc/{README*,*.txt} $(DESTDIR)$(DOCDIR) + cp -a doc/README* $(DESTDIR)$(DOCDIR) + cp -a doc/*.txt $(DESTDIR)$(DOCDIR) cp AUTHORS COPYING README $(DESTDIR)$(DOCDIR) # libexec scripts