build fixes

This commit is contained in:
Ray Ozzie 2016-03-26 14:41:27 -04:00
parent ad070a0631
commit 943177dfc7
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@ popd
popd
# Copy packet forwarder to where it'll be expected
cp $BUILD_DIR/packet_forwarder/poly_pkt_fwd/reset_pkt_fwd.sh $INSTALL_DIR/reset_pkt_fwd.sh
cp $BUILD_DIR/packet_forwarder/poly_pkt_fwd/poly_pkt_fwd $INSTALL_DIR/poly_pkt_fwd
# Delete the build folder if we need space,

2
run.sh
View File

@ -146,7 +146,7 @@ echo -e "{\n\
# Set gateway_ID in local_conf.json to the gateway's MAC address
echo "******************"
../packet_forwarder/reset_pkt_fwd.sh start ./local_conf.json
./reset_pkt_fwd.sh start ./local_conf.json
echo "******************"
echo ""