2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00
repo/extra/hicolor-icon-theme/build

11 lines
121 B
Plaintext
Raw Normal View History

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