Index: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 34863) +++ trunk/scconfig/hooks.c (revision 34864) @@ -108,7 +108,7 @@ char *tmp; const char *libad; - put("/local/pcb/librnd_template", tmp = str_concat("", TO_STR(LIBRND_PREFIX), "/", get("/local/libarchdir"), "/librnd/scconfig/template", NULL)); + put("/local/pcb/librnd_template", tmp = str_concat("", TO_STR(LIBRND_PREFIX), "/", get("/local/libarchdir"), "/librnd3/scconfig/template", NULL)); free(tmp); /* if librnd is installed at some custom path, we'll need to have a -I on CFLAGS and -L on LDFLAGS */ Index: trunk/src/Makefile.in =================================================================== --- trunk/src/Makefile.in (revision 34863) +++ trunk/src/Makefile.in (revision 34864) @@ -242,7 +242,7 @@ # librnd installation LIBRND_PREFIX=@/local/pcb/librnd_prefix@ @/local/pcb/librnd_extra_mak@ -LIBRND_LIBDIR=$(LIBRND_PREFIX)/@/local/libarchdir@/librnd +LIBRND_LIBDIR=$(LIBRND_PREFIX)/@/local/libarchdir@/librnd3 LIBRND_L=$(LIBRND_PREFIX)/@/local/libarchdir@ LIBRND_PLUGDIR=$(LIBRND_LIBDIR)/plugins Index: trunk/util/gsch2pcb-rnd/Makefile.in =================================================================== --- trunk/util/gsch2pcb-rnd/Makefile.in (revision 34863) +++ trunk/util/gsch2pcb-rnd/Makefile.in (revision 34864) @@ -10,7 +10,7 @@ PLUGDIR=../../src_plugins LIBRND_LIBDIR=@/local/pcb/librnd_prefix@/lib/librnd LIBRND_SHAREDIR=@/local/pcb/librnd_prefix@/share/librnd3 -GENCONF=$(LIBRND_LIBDIR)/librnd/scconfig/gen_conf.sh +GENCONF=$(LIBRND_LIBDIR)/librnd3/scconfig/gen_conf.sh include $(LIBRND_SHAREDIR)/librnd.mak