mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 19:20:10 -07:00
pango: cleanup
This commit is contained in:
parent
cab1af2345
commit
e91cc43579
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user