kicad-install.sh: only install global fp-lib-table if non-existent

This commit is contained in:
Dick Hollenbeck 2014-04-11 08:36:20 -05:00
parent a54df13036
commit 953bf1d923
1 changed files with 5 additions and 3 deletions

View File

@ -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..."