Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
953bf1d9
Commit
953bf1d9
authored
Apr 11, 2014
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kicad-install.sh: only install global fp-lib-table if non-existent
parent
a54df130
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
kicad-install.sh
scripts/kicad-install.sh
+5
-3
No files found.
scripts/kicad-install.sh
View file @
953bf1d9
...
...
@@ -273,10 +273,12 @@ install_or_update()
echo
" kicad-lib.bzr installed."
echo
"step 9) as non-root, install
user configuration files
..."
echo
"step 9) as non-root, install
global fp-lib-table if none already installed
..."
# install ~/fp-lib-table
make install_github_fp-lib-table
echo
" kicad user-configuration files installed."
if
[
!
-e
~/fp-lib-table
]
;
then
make install_github_fp-lib-table
echo
" global fp-lib-table installed."
fi
echo
"step 10) installing documentation..."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment