mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
libXmeta: fix pkgconfig location
This commit is contained in:
parent
218f02c6eb
commit
6e6f4ec16d
@ -8,6 +8,12 @@
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
# Some X11 packages install to /usr/share.
|
||||
! [ -d "$1/usr/share/pkgconfig" ] || {
|
||||
mkdir -p "$1/usr/lib"
|
||||
mv -f "$1/usr/share/pkgconfig" "$1/usr/lib"
|
||||
}
|
||||
|
||||
# Remove library documentation.
|
||||
# False positive.
|
||||
# shellcheck disable=2115
|
||||
|
Loading…
Reference in New Issue
Block a user