diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:43:32 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:43:32 +0300 |
commit | 2a66b1b3161182b232a9e4aebe79fb5072f3d515 (patch) | |
tree | d430320df197e3a278d7adc73f0e00b4122e262a /wayland/wlsunset/build | |
parent | dc2162592ebbef4ccacb3d62022c1464d952321d (diff) | |
download | repository-2a66b1b3161182b232a9e4aebe79fb5072f3d515.tar.gz |
wlsunset: fix package
Diffstat (limited to 'wayland/wlsunset/build')
-rwxr-xr-x | wayland/wlsunset/build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wayland/wlsunset/build b/wayland/wlsunset/build index 270ae643..b323addb 100755 --- a/wayland/wlsunset/build +++ b/wayland/wlsunset/build @@ -1 +1,10 @@ #!/bin/sh -e + +export DESTDIR=$1 + +cl-meson \ + -Dman-pages=enabled \ + . output + +ninja -C output +ninja -C output install |