2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

libelf: install pkg-config file. Closes #218

This commit is contained in:
Dylan Araps 2020-09-12 00:58:15 +03:00
parent d539eb008c
commit 1676608961
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 4 additions and 1 deletions

View File

@ -21,3 +21,6 @@ sed -i 's/color.*printversion../#/g' lib/Makefile.in
make -C lib
make -C libelf
make -C libelf DESTDIR="$1" install
mkdir -p "$1/usr/lib/pkgconfig"
cp -f config/libelf.pc "$1/usr/lib/pkgconfig/libelf.pc"

View File

@ -1 +1 @@
0.181 1
0.181 2