summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/common-lisp-2.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/common-lisp-2.eclass b/eclass/common-lisp-2.eclass
index e5266f26..a67c6ddb 100644
--- a/eclass/common-lisp-2.eclass
+++ b/eclass/common-lisp-2.eclass
@@ -82,8 +82,7 @@ common-lisp-system-symlink() {
common-lisp-2_src_install() {
common-lisp-install *.{lisp,asd}
common-lisp-symlink-asdf
- for i in COPYRIGHT README HEADER TODO CHANGELOG ChangeLog \
- BUGS CONTRIBUTORS *NEWS ; do
+ for i in README HEADER TODO CHANGELOG ChangeLog BUGS CONTRIBUTORS *NEWS ; do
[[ -f ${i} ]] && dodoc ${i}
done
}