]> Frank Brehm's Git Trees - config/samara/etc.git/commitdiff
committing changes in /etc after emerge run
authorfbrehm <fbrehm@samara.profitbricks.localdomain>
Sun, 19 Feb 2012 16:33:12 +0000 (17:33 +0100)
committerroot <root@samara.profitbricks.localdomain>
Sun, 19 Feb 2012 16:33:12 +0000 (17:33 +0100)
Package changes:
+dev-lisp/gentoo-init-0.1

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

index ee72306ee974d4ee48ad7660fbb06530990325e1..5a434c0c542b97229840efd9569ef45825f7bb88 100755 (executable)
@@ -633,6 +633,7 @@ maybe chmod 0644 './gconf/schemas/vino-server.schemas'
 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'
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)))