aboutsummaryrefslogtreecommitdiff
path: root/wayland/wlsunset/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 22:43:32 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 22:43:32 +0300
commit2a66b1b3161182b232a9e4aebe79fb5072f3d515 (patch)
treed430320df197e3a278d7adc73f0e00b4122e262a /wayland/wlsunset/build
parentdc2162592ebbef4ccacb3d62022c1464d952321d (diff)
downloadrepository-2a66b1b3161182b232a9e4aebe79fb5072f3d515.tar.gz
wlsunset: fix package
Diffstat (limited to 'wayland/wlsunset/build')
-rwxr-xr-xwayland/wlsunset/build9
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