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

Philippe Brochard pbrochard at common-lisp.net
Sun Oct 21 20:51:42 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  c826cda8acfb28836124042f45072da6af5b5252 (commit)
      from  bbeaf00f5535328546f506995e429bb791050542 (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 c826cda8acfb28836124042f45072da6af5b5252
Author: Philippe Brochard <pbrochard at common-lisp.net>
Date:   Sun Oct 21 22:51:36 2012 +0200

    Load.lisp do not run clfswm by default

diff --git a/load.lisp b/load.lisp
index 916f8c2..900601f 100644
--- a/load.lisp
+++ b/load.lisp
@@ -44,14 +44,14 @@
 
 ;;; Comment or uncomment the lines above to fit your needs.
 (pushnew :clfswm-compile *features*)
-(pushnew :clfswm-run *features*)
+;;(pushnew :clfswm-run *features*)
 (pushnew :clfswm-build-image *features*)
 ;;(pushnew :clfswm-install *features*)
 ;;(pushnew :clfswm-build-doc *features*)
 
 (defparameter *binary-name* "clfswm")
 
-(defparameter *install-prefix* "/tmp/usr/local")
+(defparameter *install-prefix* "/usr/local")
 
 (defun with-prefix (&rest place)
   (apply #'concatenate 'string *install-prefix* place))

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

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


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




More information about the clfswm-cvs mailing list