Index: Makefile =================================================================== --- Makefile (revision 3638) +++ Makefile (revision 3639) @@ -8,7 +8,7 @@ $(CPC) "`pwd`/connector" "$(DATADIR)/pcblib/connector" $(CPC) "`pwd`/parametric" "$(DATADIR)/pcblib/parametric" $(CPC) "`pwd`/smd" "$(DATADIR)/pcblib/smd" - $(CPC) "`pwd`/through-hole" "$(DATADIR)/pcblib/through-hole" + $(CPC) "`pwd`/tru-hole" "$(DATADIR)/pcblib/tru-hole" install: make install_ CPC="$(CP)"