mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-20 06:20:20 +02:00
/usr/lib/libhardened_malloc.so.1 instead of /usr/lib/libhardened_malloc.so
This commit is contained in:
parent
e2bba96033
commit
f7d78bba9c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ make_install_hook_post() {
|
||||||
if [ ! -d "$DESTDIR/usr/lib" ]; then
|
if [ ! -d "$DESTDIR/usr/lib" ]; then
|
||||||
mkdir --parents "$DESTDIR/usr/lib"
|
mkdir --parents "$DESTDIR/usr/lib"
|
||||||
fi
|
fi
|
||||||
cp libhardened_malloc.so "$DESTDIR/usr/lib/libhardened_malloc.so"
|
cp libhardened_malloc.so "$DESTDIR/usr/lib/libhardened_malloc.so.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
make_all_hook_post() {
|
make_all_hook_post() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue