/usr/lib/libhardened_malloc.so.1 instead of /usr/lib/libhardened_malloc.so

This commit is contained in:
Patrick Schleizer 2019-07-21 01:25:40 +00:00
parent e2bba96033
commit f7d78bba9c
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48

View file

@ -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() {