/usr/share/kicad/library/makefile is in kicad-common 0.20120526+bzr3261-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | # Install component libraries
include ../libs.linux
$(KICAD_LIBRARY):
mkdir -p $(KICAD_LIBRARY)
install: $(KICAD_LIBRARY)
cp *.dcm *.lib *.sym $(KICAD_LIBRARY)
.PHONY: $(TARGETS)
|