Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
nizq committed Jan 14, 2016
1 parent ca44663 commit 8182e1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-steno.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ STENOTYPE_SRC_DIR=$STENO_SRC_DIR/stenotype
rm -rf $BUILD_DIR/*

mkdir -p $GO_SRC/golang.org/x
ln -sf $VENDORS/net $GO_SRC/golang.org/x
cp -r -f -v $VENDORS/net $GO_SRC/golang.org/x

mkdir -p $STENO_USER_DIR
ln -sf $VENDORS/stenographer $STENO_SRC_DIR
cp -r -f -v $VENDORS/stenographer $STENO_SRC_DIR

echo "===> Build testimony..."
ln -sf $VENDORS/testimony $BUILD_DIR
cp -r -f -v $VENDORS/testimony $BUILD_DIR
cd $BUILD_DIR/testimony/c
make
cp -f -v libtestimony.a /usr/lib
Expand Down

0 comments on commit 8182e1b

Please sign in to comment.