From 40468bffa84cf54202afcaac06ecb0294b3e6021 Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Fri, 17 Oct 2014 14:44:38 -0400 Subject: [PATCH] Fix install location of fp-lib-table in scripts/library-repos-install.sh. --- scripts/library-repos-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/library-repos-install.sh b/scripts/library-repos-install.sh index cda6be8c18..aa129d3c8b 100755 --- a/scripts/library-repos-install.sh +++ b/scripts/library-repos-install.sh @@ -15,7 +15,7 @@ # # 2) You want to run with local pretty footprint libraries and not those remotely located # on https://github.com using Github plugin. After running this script you should be able to -# a) $ cp ~/kicad_sources/library-repos/kicad-library/template/fp-lib-table.for-pretty ~/fp-lib-table +# a) $ cp ~/kicad_sources/library-repos/kicad-library/template/fp-lib-table.for-pretty ~/.config/kicad/fp-lib-table # and then # b) set your environment variable KISYSMOD to "~/kicad_sources/library-repos". # Edit /etc/profile.d/kicad.sh, then reboot.