Index: trunk/footprint/Makefile =================================================================== --- trunk/footprint/Makefile (revision 34932) +++ trunk/footprint/Makefile (revision 34933) @@ -14,8 +14,8 @@ $(CPC) "`pwd`/parametric"/* "$(DATADIR)/footprint/parametric" $(MKDIR) "$(DATADIR)/footprint/smd" $(CPC) "`pwd`/smd"/* "$(DATADIR)/footprint/smd" - $(MKDIR) "$(DATADIR)/footprint/tru-hole" - $(CPC) "`pwd`/tru-hole"/* "$(DATADIR)/footprint/tru-hole" + $(MKDIR) "$(DATADIR)/footprint/thru-hole" + $(CPC) "`pwd`/thru-hole"/* "$(DATADIR)/footprint/thru-hole" install: $(MAKE) install_ CPC="$(CP)"