Don't include "lib" in slime recipe

That dir contains bundled copies of core elisp like ert.el and cl-lib,
but the Package-Requires header in slime.el ensures the latter is
installed, and presumably the former is not required for end users.
This commit is contained in:
Steve Purcell 2014-04-18 08:26:11 +01:00
parent 4fd6795151
commit da2d6d4e1f

View file

@ -1,3 +1,3 @@
(slime :repo "slime/slime"
:fetcher github
:files ("*.el" "*.lisp" "*.asd" "contrib" "doc/*.texi" "doc/*.info" "doc/dir" "lib" "ChangeLog"))
:files ("*.el" "*.lisp" "*.asd" "contrib" "doc/*.texi" "doc/*.info" "doc/dir" "ChangeLog"))