]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 12:23:32 +0000 (13:23 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 12:23:32 +0000 (13:23 +0100)
Package changes:
+dev-lisp/gentoo-init-0.1

.etckeeper
gentoo-init.lisp [new file with mode: 0644]

index f12f9a923acf4dda5b132e532669f8957a33a8f4..d45ba1d2d93aa20ed24edc993eec25c1a06155fd 100755 (executable)
@@ -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 (file)
index 0000000..e09dcb0
--- /dev/null
@@ -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)))