We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e69b2f commit 3f6dcc0Copy full SHA for 3f6dcc0
others/make_rpm
@@ -153,6 +153,10 @@ fi
153
# cp -R --preserve=links /usr/local/lib64/libjwt* usr/local/lib64
154
# cp -R --preserve=links /usr/local/lib64/libjansson* usr/local/lib64
155
#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
160
echo "Done."
161
find -L . -type f -exec echo '/'{} \; >> ../../SPECS/others.spec
162
echo "Building the RPM package..."
0 commit comments