2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-30 21:40:58 -06:00

pango: cleanup

This commit is contained in:
Dylan Araps 2019-10-08 00:08:43 +03:00
parent cab1af2345
commit e91cc43579
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
export DESTDIR="$1"
meson \
--prefix=/usr \
-Dgir=false \
@ -8,7 +10,7 @@ meson \
. build
ninja -C build
DESTDIR="$1" ninja -C build install
ninja -C build install
# Remove unneeded tests
rm -rf "$1/usr/share/installed-tests"