X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.system;h=059f20ff858396752576f63797ab1dcb607e18fc;hb=865598033baf78cf3ba9da36a031a85eb18849e0;hp=f8143c175eb2f150ea55e60b7d28cf654a92b2e1;hpb=a64de0e661a3fa56b572320c2c68abb0c658f2b2;p=clsql.git diff --git a/clsql.system b/clsql.system index f8143c1..059f20f 100644 --- a/clsql.system +++ b/clsql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.system,v 1.9 2002/05/13 00:45:10 kevin Exp $ +;;;; $Id: clsql.system,v 1.11 2002/05/13 02:06:02 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,11 +19,11 @@ (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) (in-package :cl-user) -(handler-case - (logical-pathname-translations "CL-LIBRARY") - (error () - (load (make-pathname :name "set-cl-library" :type "cl" - :defaults *load-truename*)))) +;; For use with non-Debian installations +(let ((helper-pathname (make-pathname :name "set-cl-library" :type "cl" + :defaults *load-truename*))) + (when (probe-file helper-pathname) + (load helper-pathname))) ;;; System definitions