From 24e28dc07aa24a1f785c94c670c14500764549b1 Mon Sep 17 00:00:00 2001 From: Philippe Brochard Date: Fri, 7 Dec 2012 23:22:57 +0100 Subject: [PATCH] Add a comment in load.lisp to change the contrib directory in clfswm image --- load.lisp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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") -- 2.11.4.GIT