From e874a4aaf27940f9dd4ad241c4d2b635107a2eca Mon Sep 17 00:00:00 2001 From: Anthony Carrico Date: Thu, 11 Mar 2004 20:47:56 +0000 Subject: [PATCH] Fixed bad install-file. --- s48/srfi-10/pkg-def.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s48/srfi-10/pkg-def.scm b/s48/srfi-10/pkg-def.scm index 6256264..503076c 100644 --- a/s48/srfi-10/pkg-def.scm +++ b/s48/srfi-10/pkg-def.scm @@ -6,5 +6,5 @@ (install-file "NEWS" 'doc) (install-string (COPYING) "COPYING" 'doc) (install-file "srfi-10.scm" 'scheme) - (install-file "test/test.scm" 'scheme) + (install-file "test/math.scm" 'scheme) (install-file "test/pi.scm" 'scheme))