Fixup common rc file setup
authorDan White <dan@whiteaudio.com>
Thu, 26 Jan 2012 19:41:42 +0000 (13:41 -0600)
committerDan White <dan@whiteaudio.com>
Thu, 26 Jan 2012 19:41:42 +0000 (13:41 -0600)
sch-pcb/breakout/gafrc [new symlink]
sch-pcb/breakout/gafrc-libraries [new symlink]
sch-pcb/breakout/gschemrc [new symlink]
sch-pcb/devboard/gafrc [new symlink]
sch-pcb/devboard/gafrc-libraries [new symlink]
sch-pcb/devboard/gschemrc [new symlink]
sch-pcb/gafrc
sch-pcb/gafrc-libraries

diff --git a/sch-pcb/breakout/gafrc b/sch-pcb/breakout/gafrc
new file mode 120000 (symlink)
index 0000000..868a210
--- /dev/null
@@ -0,0 +1 @@
+../gafrc
\ No newline at end of file
diff --git a/sch-pcb/breakout/gafrc-libraries b/sch-pcb/breakout/gafrc-libraries
new file mode 120000 (symlink)
index 0000000..1d6d312
--- /dev/null
@@ -0,0 +1 @@
+../gafrc-libraries
\ No newline at end of file
diff --git a/sch-pcb/breakout/gschemrc b/sch-pcb/breakout/gschemrc
new file mode 120000 (symlink)
index 0000000..a22d298
--- /dev/null
@@ -0,0 +1 @@
+../gschemrc
\ No newline at end of file
diff --git a/sch-pcb/devboard/gafrc b/sch-pcb/devboard/gafrc
new file mode 120000 (symlink)
index 0000000..868a210
--- /dev/null
@@ -0,0 +1 @@
+../gafrc
\ No newline at end of file
diff --git a/sch-pcb/devboard/gafrc-libraries b/sch-pcb/devboard/gafrc-libraries
new file mode 120000 (symlink)
index 0000000..1d6d312
--- /dev/null
@@ -0,0 +1 @@
+../gafrc-libraries
\ No newline at end of file
diff --git a/sch-pcb/devboard/gschemrc b/sch-pcb/devboard/gschemrc
new file mode 120000 (symlink)
index 0000000..a22d298
--- /dev/null
@@ -0,0 +1 @@
+../gschemrc
\ No newline at end of file
index 3db46e955c40463a83f6cd26e08c0b07f2624036..89f1e714f198b875c0115dbd3ca1301c611326e3 100644 (file)
@@ -1,6 +1,6 @@
 ;only show local symbols
 (reset-component-library)
 
-(load "gafrc-libraries")
+(load "../gafrc-libraries")
 
 ; vi:ft=scheme
index 5c73a8d01ca9c34bc28bec131caa14b626c8d720..faaf9beaf762863cf031a28dd67c3909f953ebe3 100644 (file)
@@ -1,9 +1,9 @@
 ; global symbol library
 ; git submodule
-(component-library-search "waeda-sym")
+(component-library-search "../waeda-sym")
 
 ; local-only symbols
-(component-library "sym" "local-sym")
+(component-library "../sym" "local-sym")
 
 ; subpage symbols
 (component-library ".")