Skip to content

Instantly share code, notes, and snippets.

@tmarkettos
Last active February 28, 2018 11:08
Show Gist options
  • Save tmarkettos/4a1b4dcf12096654e490ede852670e85 to your computer and use it in GitHub Desktop.
Save tmarkettos/4a1b4dcf12096654e490ede852670e85 to your computer and use it in GitHub Desktop.
Patch for rororor/a5v11-mod-01 to use local libraries
diff --git a/sch/a5v11-mod-01.pro b/sch/a5v11-mod-01.pro
index b621407..1c1d89c 100644
--- a/sch/a5v11-mod-01.pro
+++ b/sch/a5v11-mod-01.pro
@@ -3,7 +3,7 @@ version=1
last_client=kicad
[eeschema]
version=1
-LibDir=/home/qwer/work/projects/lib/kicad
+LibDir=lib
NetFmt=1
HPGLSpd=20
HPGLDm=15
@@ -33,7 +33,7 @@ RptD_Y=100
RptLab=1
LabSize=60
[eeschema/libraries]
-LibName1=/home/qwer1/work/projects/lib/kicad/gost
+LibName1=lib/gost
[cvpcb]
version=1
NetIExt=net
@@ -57,7 +57,7 @@ TxtLar=120
MSegLar=150
LastNetListRead=../../../../../home/qwer1/work/projects/ul_power_triac_opto_th_2-01/sch/ul_power_triac_opto_th_2-01.net
[pcbnew/libraries]
-LibDir=/home/qwer/work/projects/lib/kicad
-LibName1=/home/qwer1/work/projects/lib/kicad/gost
+LibDir=lib
+LibName1=lib/gost
[general]
version=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment