From 6f3f86c91c21769651ab5d327e074493386441fd Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 17 Feb 2002 15:22:11 +0000 Subject: [PATCH] [project @ 2002-02-17 15:22:11 by panne] Synch import_dirs with the result of "make install". It could have been fixed the other way round, but fixing the config files makes more sense to me. Furthermore, I've got a 50% chance of taking the correct route by pure accident... ;-) --- base.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.conf.in b/base.conf.in index d7cd1cc..064b029 100644 --- a/base.conf.in +++ b/base.conf.in @@ -3,7 +3,7 @@ Package { name = "base", #ifdef INSTALLING - import_dirs = [ "$libdir/imports" ] + import_dirs = [ "$libdir/imports/base" ] #else import_dirs = [ "$libdir/libraries/base" ], #endif -- 1.7.10.4