From a6fc9e2d755a7c4ef84f207550cf5f2687c80c67 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 16 May 2003 10:14:22 +0000 Subject: [PATCH] [project @ 2003-05-16 10:14:22 by simonmar] Now that we have auto packages, it makes sense to keep all the interfaces for hierarchical libraries in the same directory tree. So now, instead of putting interfaces for package P in $libdir/imports/P, we put them all in $libdir/imports. Interfaces for old non-auto non-hierarchical packages now go in $libdir/hslibs-imports/P for package P. --- base.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.conf.in b/base.conf.in index 9d97361..eb92b8c 100644 --- a/base.conf.in +++ b/base.conf.in @@ -4,7 +4,7 @@ Package { name = "base", auto = True, #ifdef INSTALLING - import_dirs = [ "$libdir/imports/base" ], + import_dirs = [ "$libdir/imports" ], #else import_dirs = [ "$libdir/libraries/base" ], #endif -- 1.7.10.4