From 8e4acfc5c7db648e02978b146f5e265d19934e90 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 16 Oct 2002 10:21:53 +0000 Subject: [PATCH] r3054: *** empty log message *** --- debian/changelog | 6 ++++++ downloads.lisp | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1ea2b6e..d5e767a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-lml (1.5-1) unstable; urgency=low + + * Another fix in downloads.lisp + + -- Kevin M. Rosenberg Wed, 16 Oct 2002 04:21:47 -0600 + cl-lml (1.4-1) unstable; urgency=low * Minor cleanup in downloads.lisp diff --git a/downloads.lisp b/downloads.lisp index 4ad88c1..bc342c0 100644 --- a/downloads.lisp +++ b/downloads.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: downloads.lisp,v 1.4 2002/10/14 03:44:09 kevin Exp $ +;;;; $Id: downloads.lisp,v 1.5 2002/10/16 10:21:53 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -156,7 +156,7 @@ :type :wild :name :wild) base)) (w32-path (merge-pathnames - (make-pathname :directory '(:relative "w32") + (make-pathname :directory '(:relative "win32") :type :wild :name :wild) base))) (display-page pkg-name pkg-base ftp-base ftp-url -- 2.34.1