Fix typo in build.sh copy command
This commit is contained in:
parent
3393efe1b6
commit
c8dd05f71a
@ -99,6 +99,6 @@ cd $INSTALL_DIR/dev/packet_forwarder/mp_pkt_fwd/
|
|||||||
make
|
make
|
||||||
|
|
||||||
# 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/mp_pkt_fwd/mp_pkt_fwd $INSTALL_DIR/mp_pkt_fwd
|
cp $INSTALL_DIR/dev/packet_forwarder/mp_pkt_fwd/mp_pkt_fwd $INSTALL_DIR/mp_pkt_fwd
|
||||||
|
|
||||||
echo "Build & Installation Completed."
|
echo "Build & Installation Completed."
|
||||||
|
Loading…
Reference in New Issue
Block a user