mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
libelf: update for new env
This commit is contained in:
parent
41d91ab4d3
commit
58135ce6ac
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user