2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 16:25:50 -06:00
repo/wayland/tllist/build

15 lines
186 B
Plaintext
Raw Normal View History

2022-09-25 14:24:06 -06:00
#!/bin/sh -e
2023-03-02 07:40:00 -07:00
export DESTDIR="$1"
2022-09-25 14:24:06 -06:00
meson \
--prefix=/usr \
. output
ninja -C output
ninja -C output install
# $1 is never unset
# shellcheck disable=2115
rm -rf "$1/usr/share"