diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2018-04-24 18:44:06 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2018-04-24 21:31:22 +0200 |
commit | c77c39a4fb0f613ae97a670d4c77e9753e7246c5 (patch) | |
tree | a7a4689383a50e6027d471081ae877b8a5e49e6d | |
parent | 3c7b30c3b4949a8bb63b19ba2f0621784ff97d14 (diff) |
rename library file to avoid the space
-rw-r--r-- | Cryptech Alpha.pro.template | 2 | ||||
-rwxr-xr-x | convert.sh | 2 | ||||
-rw-r--r-- | rev03-KiCad/Cryptech_Alpha.lib (renamed from rev03-KiCad/Cryptech Alpha.lib) | 0 | ||||
-rw-r--r-- | rev03-KiCad/sym-lib-table | 3 |
4 files changed, 3 insertions, 4 deletions
diff --git a/Cryptech Alpha.pro.template b/Cryptech Alpha.pro.template index 7f68cd3..a2a45a6 100644 --- a/Cryptech Alpha.pro.template +++ b/Cryptech Alpha.pro.template @@ -56,6 +56,6 @@ LibName26=opto LibName27=atmel LibName28=contrib LibName29=valves -LibName30=Cryptech Alpha +LibName30=Cryptech_Alpha [general] version=1 @@ -93,7 +93,7 @@ ls Cryptech\ Alpha.sch rev02*sch | while read file; do done # Replace slashes in component names, seems to not work in KiCAD nightly -ls Cryptech\ Alpha.lib rev02*sch | while read file; do +ls Cryptech*Alpha.lib rev02*sch | while read file; do sed -i -e "s#I/SN#I_SN#g" "${file}" done diff --git a/rev03-KiCad/Cryptech Alpha.lib b/rev03-KiCad/Cryptech_Alpha.lib index 9e40e2c..9e40e2c 100644 --- a/rev03-KiCad/Cryptech Alpha.lib +++ b/rev03-KiCad/Cryptech_Alpha.lib diff --git a/rev03-KiCad/sym-lib-table b/rev03-KiCad/sym-lib-table index 24c8589..b37256d 100644 --- a/rev03-KiCad/sym-lib-table +++ b/rev03-KiCad/sym-lib-table @@ -1,4 +1,3 @@ (sym_lib_table - (lib (name 74xx)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/74xx.lib)(options "")(descr "")) - (lib (name Cryptech-Alpha)(type Legacy)(uri "${KIPRJMOD}/Cryptech Alpha.lib")(options "")(descr "")) + (lib (name Cryptech_Alpha)(type Legacy)(uri "${KIPRJMOD}/Cryptech_Alpha.lib")(options "")(descr "Cryptech Alpha symbols")) ) |