libelf: update for new env

This commit is contained in:
Dylan Araps 2021-07-18 05:31:38 +03:00
parent 41d91ab4d3
commit 58135ce6ac
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ mv -f _ lib/Makefile.in
# Skip the default make target and build only what we need.
make -C lib
make -C libelf
make -C libelf DESTDIR="$1" install
make -C doc DESTDIR="$1" install-man3
make -C libelf install
make -C doc install-man3
mkdir -p "$1/usr/lib/pkgconfig"
cp -f config/libelf.pc "$1/usr/lib/pkgconfig/libelf.pc"