build fixes

This commit is contained in:
Ray Ozzie 2016-03-26 14:55:28 -04:00
parent e7430ddd8f
commit 858d2d606b

View File

@ -47,7 +47,7 @@ popd
popd popd
# Copy things needed at runtime to where they'll be expected # Copy things needed at runtime to where they'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/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 cp $BUILD_DIR/packet_forwarder/poly_pkt_fwd/poly_pkt_fwd $INSTALL_DIR/poly_pkt_fwd
echo "Build & Installation Completed." echo "Build & Installation Completed."