2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-19 20:56:58 +00:00
repo/extra/hicolor-icon-theme/build

11 lines
121 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2024-06-01 21:04:01 +00:00
export DESTDIR="$1"
2019-08-24 12:23:47 +00:00
2024-06-01 21:04:01 +00:00
meson setup \
-Dprefix=/usr \
output
ninja -C output
ninja -C output install