[clfswm-cvs] [clfswm-git]CLFSWM - A(nother) Common Lisp FullScreen Window Manager branch master updated. R-1106-164-g24e28dc

Philippe Brochard pbrochard at common-lisp.net
Fri Dec 7 22:23:05 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CLFSWM - A(nother) Common Lisp FullScreen Window Manager".

The branch, master has been updated
       via  24e28dc07aa24a1f785c94c670c14500764549b1 (commit)
      from  2f688e57fbde0c4706a8082c0ec4ec8cc5ba7cc4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 24e28dc07aa24a1f785c94c670c14500764549b1
Author: Philippe Brochard <pbrochard at common-lisp.net>
Date:   Fri Dec 7 23:22:57 2012 +0100

    Add a comment in load.lisp to change the contrib directory in clfswm image

diff --git a/load.lisp b/load.lisp
index fb0356c..d8dd479 100644
--- a/load.lisp
+++ b/load.lisp
@@ -148,8 +148,8 @@ from $XDG_CONFIG_HOME/clfswm/clfswmrc")
 #+(or :clfswm-run :clfswm-build-doc)
 (progn
   (cl-user::load-info "Running CLFSWM")
-;;  (ignore-errors
-    (main :read-conf-file-p (not cl-user::*build-original-doc*)));)
+  (ignore-errors
+    (main :read-conf-file-p (not cl-user::*build-original-doc*))))
 
 
 ;;;-------------------------
@@ -163,6 +163,10 @@ from $XDG_CONFIG_HOME/clfswm/clfswmrc")
 ;;;-----------------------
 ;;; Building image part
 ;;;-----------------------
+
+;;; Uncomment the line below to set the contrib directory in the image
+;; (setf *contrib-dir* "/usr/local/lib/clfswm/")
+
 #+:clfswm-build-image
 (progn
   (cl-user::load-info "Building CLFSWM executable image")

-----------------------------------------------------------------------

Summary of changes:
 load.lisp |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CLFSWM - A(nother) Common Lisp FullScreen Window Manager




More information about the clfswm-cvs mailing list