2021-07-10 15:24:34 +00:00

8 lines
87 B
Bash
Executable File

#!/bin/sh -e
meson build \
--prefix=/usr
cd build
ninja
DESTDIR="$1" ninja install