diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-08 03:35:10 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-08 03:35:10 +0300 |
commit | e68872ecc834663bd76331025fe298918485db48 (patch) | |
tree | c8f0b78921e3cc9c3b59328b64d1bb10053ccb77 /wayland/wayland-protocols/build | |
parent | 04911b81571f51d38c00b3a27fb9759647440ca8 (diff) | |
download | repository-e68872ecc834663bd76331025fe298918485db48.tar.gz |
wayland-protocols: add new package at 1.20
Diffstat (limited to 'wayland/wayland-protocols/build')
-rwxr-xr-x | wayland/wayland-protocols/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wayland/wayland-protocols/build b/wayland/wayland-protocols/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/wayland/wayland-protocols/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |