As of today, package-1.0.tar.gz unpacks into:
lisp/package
etc/package
info/
What you you think about having instead:
package/lisp
package/etc
package/info
Pros:
- One can easily remove/upgrade a package by hand even if some files
dissepeared without any special tool, even if we add other
directories along the way
- We can stop recursively searching for packages as soon as we find
one of the {lisp,etc,info} directories
Cons:
- info files won't be in one directory anymore. Can our dir
regereating code handle three doxen different directories ?
OG.