Browse Source

peggable checkout version in scripts/kicad-install.sh

pull/1/head
Dick Hollenbeck 12 years ago
parent
commit
223e372628
  1. 2
      scripts/kicad-install.sh

2
scripts/kicad-install.sh

@ -220,7 +220,7 @@ install_or_update()
echo "step 3) checking out the source code from launchpad repo..."
if [ ! -d "$WORKING_TREES/kicad.bzr" ]; then
bzr checkout $SRCS_REPO kicad.bzr
bzr checkout -r $REVISION $SRCS_REPO kicad.bzr
echo " source repo to local working tree."
else
cd kicad.bzr

Loading…
Cancel
Save