From bf30114db8a934634ee5c6bcfbef2a486f1d96f6 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Mon, 20 Jan 2014 13:10:45 -0600 Subject: [PATCH] use changed URL to library repo. --- scripts/kicad-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kicad-install.sh b/scripts/kicad-install.sh index 5db47b6612..5c6168f520 100755 --- a/scripts/kicad-install.sh +++ b/scripts/kicad-install.sh @@ -41,7 +41,7 @@ OPTS="$OPTS -DBUILD_GITHUB_PLUGIN=ON" # Python scripting, uncomment to enable #OPTS="$OPTS -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON" -LIB_REPO=~kicad-testing-committers/kicad/library +LIB_REPO=~kicad-product-committers/kicad/library usage()