It's supposed to be :defaults, not :default.

This commit is contained in:
Fanael Linithien 2014-12-17 18:03:11 +01:00
parent 5b62e9fbc0
commit cb6d4af341

View file

@ -852,7 +852,7 @@ for ALLOW-EMPTY to prevent this error."
(cond
((null file-list)
package-build-default-files-spec)
((eq :default (car file-list))
((eq :defaults (car file-list))
(append package-build-default-files-spec (cdr file-list)))
(t
file-list))))