From c826cda8acfb28836124042f45072da6af5b5252 Mon Sep 17 00:00:00 2001 From: Philippe Brochard Date: Sun, 21 Oct 2012 22:51:36 +0200 Subject: [PATCH] Load.lisp do not run clfswm by default --- load.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.11.4.GIT