Package changes:
+dev-lisp/gentoo-init-0.1
maybe chmod 0644 './gconf/schemas/window-list.schemas'
maybe chmod 0644 './gconf/schemas/workspace-switcher.schemas'
maybe chmod 0644 './gconf/schemas/yelp.schemas'
+maybe chmod 0644 './gentoo-init.lisp'
maybe chmod 0644 './gentoo-release'
maybe chmod 0755 './ggi'
maybe chmod 0755 './ggi/filter'
--- /dev/null
+(in-package #:cl-user)
+#+(or sbcl ecl) (require :asdf)
+#-(or sbcl ecl) (load #p"/usr/share/common-lisp/source/asdf/asdf.lisp")
+(push #p"/usr/share/common-lisp/systems/" asdf:*central-registry*)
+(asdf:oos 'asdf:load-op :asdf-binary-locations)
+(setf asdf:*centralize-lisp-binaries* t)
+(setf asdf:*source-to-target-mappings* '((#p"/usr/lib/sbcl/" nil) (#p"/usr/lib64/sbcl/" nil)))