diff options
Diffstat (limited to 'wayland/swaybg/build')
-rwxr-xr-x | wayland/swaybg/build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wayland/swaybg/build b/wayland/swaybg/build new file mode 100755 index 00000000..91a1423b --- /dev/null +++ b/wayland/swaybg/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +meson \ + --prefix=/usr \ + . output + +ninja -C output +ninja -C output install |