Skip to content

Commit 3f6dcc0

Browse files
committed
iec additional library added for RPM
Signed-off-by: ashish-jabble <[email protected]>
1 parent 1e69b2f commit 3f6dcc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

others/make_rpm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ fi
153153
# cp -R --preserve=links /usr/local/lib64/libjwt* usr/local/lib64
154154
# cp -R --preserve=links /usr/local/lib64/libjansson* usr/local/lib64
155155
#fi
156+
if [ "${ADDITIONAL_LIB_NAME}" == "iec" ]; then
157+
cp -R --preserve=links /usr/local/lib/liblib60870* usr/local/lib
158+
cp -R --preserve=links /usr/local/lib64/libiec61850* usr/local/lib64
159+
fi
156160
echo "Done."
157161
find -L . -type f -exec echo '/'{} \; >> ../../SPECS/others.spec
158162
echo "Building the RPM package..."

0 commit comments

Comments
 (0)