Merge pull request #247 from dlan17/master
drop bashism syntax, make it happy with dash
This commit is contained in:
commit
56c294727e
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue