update libasep
This commit is contained in:
parent
a333bad2fa
commit
c3b1f60823
1 changed files with 3 additions and 1 deletions
|
@ -166,7 +166,9 @@ echo_debug "Extraer módulo privativo" # DEBUG
|
|||
PACKAGE="$(find "$SAVE_DIR" -name "idprotectclient[-_]*.rpm")"
|
||||
PACKAGE_DIR="${PACKAGE%/*}"
|
||||
PACKAGE="${PACKAGE##*/}"
|
||||
(cd "$PACKAGE_DIR" && rpm2cpio "$PACKAGE" | cpio -dim ./usr/lib/x64-athena/libASEP11.so)
|
||||
(cd "$PACKAGE_DIR" &&
|
||||
rm -r ./usr/lib/x64-athena/libASEP11.so
|
||||
rpm2cpio "$PACKAGE" | cpio -dim ./usr/lib/x64-athena/libASEP11.so)
|
||||
tsudo cp -p "$PACKAGE_DIR"/usr/lib/x64-athena/libASEP11.so /usr/lib64/
|
||||
|
||||
echo_debug "Symlinks y componentes..." # DEBUG
|
||||
|
|
Loading…
Reference in a new issue