File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -104,14 +104,12 @@ libs:
104104 - libbsd-devel
105105 - libsystemd-devel
106106 - libjson-c-devel
107- - libjson-c5
108107 - systemtap-sdt-devel
109108 - libacl-devel
110109 - libtpms-devel libtpms
111110 - glib2-devel
112111 - libgio-devel
113112 - libxml2-devel
114- - libxml2
115113 - libgcc1
116114 - libtirpc-devel
117115 - libclocale
@@ -304,22 +302,25 @@ shell:
304302 FILES=($(find /VBINS/usr/bin/ -type f))
305303 FILES+=($(find /VBINS/usr/sbin/ -type f))
306304 LIBS=("/usr/lib64/libbsd.so* /usr/lib64/libnbd.so* /usr/lib64/libfuse3.so*")
307- LIBS+=("/usr/lib64/libjson-c.so* /usr/lib64/libssh.so*")
305+ LIBS+=("/usr/lib64/libjson-c.so. * /usr/lib64/libssh.so*")
308306 LIBS+=("/usr/lib64/libtpms.so* /usr/lib64/swtpm/libswtpm_libtpms.so*")
309307 LIBS+=("/usr/lib64/libxml2.so* /usr/lib64/libgcc_s*")
310308
311309 echo "relocate additional list of files"
312310 ./relocate_binaries.sh -i "$FILES" -o /VBINS
313- ./relocate_binaries.sh -i "$LIBS" -o /VBINS
311+
312+ echo "json libs"
313+ find /usr/lib64 -name *json*
314314
315- # for lib in "${LIBS[@]}"; do
316- # echo "relocate $lib"
317- # copy -a $lib /VBINS/usr/lib64
318- # done
315+ echo "== reloc libs =="
316+ ./relocate_binaries.sh -i "$LIBS" -o /VBINS
319317
320318 echo "List libs in VBINS"
321319 ls -la /VBINS/usr/lib64/
322320
321+ echo "find json libs"
322+ find /VBINS/usr/lib64/ -name *json*
323+
323324 cp -a /VBINS/. /relocate
324325
325326 echo "List libs in relocate"
You can’t perform that action at this time.
0 commit comments