fix missing folder creation
This commit is contained in:
parent
5c690dc891
commit
ee78e225c7
1 changed files with 2 additions and 0 deletions
|
|
@ -24,7 +24,9 @@ wget https://repo.almalinux.org/almalinux/9/BaseOS/x86_64/os/Packages/zlib-1.2.1
|
|||
rpm2cpio zlib-1.2.11-40.el9.x86_64.rpm | cpio -idmv
|
||||
|
||||
# Move to destination
|
||||
mkdir -p $dest_lib
|
||||
mv usr/lib64/* $dest_lib
|
||||
# mkdir -p $dest_hdr
|
||||
# mv usr/include/* $dest_hdr
|
||||
|
||||
cd $here
|
||||
|
|
|
|||
Loading…
Reference in a new issue