Skip to content

Commit 52e9972

Browse files
committed
usr/local/lib directory added for iec other additiona RPM package
Signed-off-by: ashish-jabble <[email protected]>
1 parent 3f6dcc0 commit 52e9972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

others/make_rpm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ fi
154154
# cp -R --preserve=links /usr/local/lib64/libjansson* usr/local/lib64
155155
#fi
156156
if [ "${ADDITIONAL_LIB_NAME}" == "iec" ]; then
157+
mkdir -p usr/local/lib
157158
cp -R --preserve=links /usr/local/lib/liblib60870* usr/local/lib
158159
cp -R --preserve=links /usr/local/lib64/libiec61850* usr/local/lib64
159160
fi

0 commit comments

Comments
 (0)