From ed7181669ccacee3bac453c77708f8419052d315 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 16 Sep 2002 03:25:08 +0000 Subject: [PATCH] r2678: Auto commit for Debian build --- downloads.cl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/downloads.cl b/downloads.cl index 6538845..e41ebd5 100644 --- a/downloads.cl +++ b/downloads.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: downloads.cl,v 1.4 2002/09/16 03:22:16 kevin Exp $ +;;;; $Id: downloads.cl,v 1.5 2002/09/16 03:25:08 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -49,11 +49,7 @@ (make-pathname :name (pathname-name file) :type (pathname-type file)))) (ftp-name (strip-ftp-base file)) - (sig-path - (make-pathname :defaults file - :type - (concatenate 'string - (pathname-type file) ".asc")))) + (sig-path (concatenate 'string (namestring file) ".asc"))) (with-open-file (strm file :direction :input) (setq size (round (/ (file-length strm) 1024)))) (lml-print "~A" *ftp-url* ftp-name basename) -- 2.34.1