Skip to content

Commit ca7932c

Browse files
committed
script tweak
1 parent 91b5e81 commit ca7932c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ubuntu/update_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else
2828
fi
2929

3030
LIB_SRC='../../libs/tensorflow/lib/linux64/libtensorflow_cc.so'
31-
DST_LD_CONF='/etc/ld.so.conf.d/libtensorflow_cc.so.conf '
31+
DST_LD_CONF='/etc/ld.so.conf.d/libtensorflow_cc.so.conf'
3232

3333
echo 'Copying' $LIB_SRC 'to' $LIB_DST
3434
mkdir $LIB_DST

0 commit comments

Comments
 (0)