diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
commit | 53fc24a825185071526b38d69c658694b7dae4b3 (patch) | |
tree | ca7409f487e729c4d94ad6e0dfc6f8dd7cdceaa3 /extra/libXrandr/build | |
parent | 71dddcc66d6e4ca000d55fa90db7d834395174fb (diff) | |
download | repository-53fc24a825185071526b38d69c658694b7dae4b3.tar.gz |
libXrandr: move to extra
Diffstat (limited to 'extra/libXrandr/build')
-rwxr-xr-x | extra/libXrandr/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/libXrandr/build b/extra/libXrandr/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libXrandr/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |