Skip to content

Commit

Permalink
Install ttn library to /usr/local/lib
Browse files Browse the repository at this point in the history
/usr/lib is normally reserved for system libraries installed to the
package manager. The paho.mqtt.embedded-c was already installed into
/usr/local, now all libraries are.
  • Loading branch information
matthijskooijman committed Feb 28, 2018
1 parent 45a4a49 commit 5abf65e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mp_pkt_fwd/build-lorank.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ make install
cd $INSTALL_DIR/dev/ttn-gateway-connector
cp config.mk.in config.mk
make
cp bin/libttn-gateway-connector.so /usr/lib/
cp bin/libttn-gateway-connector.so /usr/local/lib/

cd $INSTALL_DIR/dev/packet_forwarder/mp_pkt_fwd/
make
Expand Down
2 changes: 1 addition & 1 deletion mp_pkt_fwd/build-pi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ make install
cd $INSTALL_DIR/dev/ttn-gateway-connector
cp config.mk.in config.mk
make
cp bin/libttn-gateway-connector.so /usr/lib/
cp bin/libttn-gateway-connector.so /usr/local/lib/

cd $INSTALL_DIR/dev/packet_forwarder/mp_pkt_fwd/
make
Expand Down

0 comments on commit 5abf65e

Please sign in to comment.