diff options
author | 2020-02-18 21:38:11 +0100 | |
---|---|---|
committer | 2020-02-19 12:03:16 +0100 | |
commit | 5b8e37aaa5928e8d933725ee43bd880e87a95626 (patch) | |
tree | e9920e00704877876fbfc0d79cff147f382e2bbe | |
parent | 429dfb86feac3dad3f915f46e9292bbd6f9faa07 (diff) | |
download | paludis-5b8e37aaa5928e8d933725ee43bd880e87a95626.tar.gz paludis-5b8e37aaa5928e8d933725ee43bd880e87a95626.tar.xz |
emagicdocs: Also install CONTRIBUTING* files
It is quite common for projects to have such a file and it (hopefully)
is a good start when you're looking for information where and how to
submit a patch.
-rw-r--r-- | paludis/repositories/e/ebuild/exheres-0/build_functions.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/repositories/e/ebuild/exheres-0/build_functions.bash b/paludis/repositories/e/ebuild/exheres-0/build_functions.bash index f71045c15..2b9d0a5ff 100644 --- a/paludis/repositories/e/ebuild/exheres-0/build_functions.bash +++ b/paludis/repositories/e/ebuild/exheres-0/build_functions.bash @@ -182,7 +182,7 @@ emagicdocs() docinto "${d}" fi for f in README Change{,s,Log} AUTHORS NEWS TODO ABOUT THANKS {KNOWN_,}BUGS SUBMITTING \ - HACKING FAQ CREDITS PKG-INFO HISTORY PACKAGING MAINTAINER{,S} CONTRIBUT{E,OR,ORS} RELEASE \ + HACKING FAQ CREDITS PKG-INFO HISTORY PACKAGING MAINTAINER{,S} CONTRIBUT{E,ING,OR,ORS} RELEASE \ ANNOUNCE PORTING NOTES PROBLEMS NOTICE "${DEFAULT_SRC_INSTALL_EXTRA_DOCS[@]}"; do for p in "${DEFAULT_SRC_INSTALL_EXTRA_PREFIXES[@]}" '' ; do for doc in "${p}"*([[:digit:]])"${f}"{,+([._-])*} ; do |