From: frank Date: Mon, 16 Jan 2012 12:23:32 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=99136c4207db62bbd536b06c83db8223c7c16f44;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +dev-lisp/gentoo-init-0.1 --- diff --git a/.etckeeper b/.etckeeper index f12f9a92..d45ba1d2 100755 --- a/.etckeeper +++ b/.etckeeper @@ -354,6 +354,7 @@ maybe chmod 0644 './gconf/schemas/notification-daemon.schemas' maybe chmod 0644 './gconf/schemas/system_dns_sd.schemas' maybe chmod 0644 './gconf/schemas/system_http_proxy.schemas' maybe chmod 0644 './gconf/schemas/system_smb.schemas' +maybe chmod 0644 './gentoo-init.lisp' maybe chmod 0644 './gentoo-release' maybe chmod 0644 './gitconfig' maybe chmod 0755 './gnome-vfs-2.0' diff --git a/gentoo-init.lisp b/gentoo-init.lisp new file mode 100644 index 00000000..e09dcb0a --- /dev/null +++ b/gentoo-init.lisp @@ -0,0 +1,7 @@ +(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)))