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 | b70d8ce3b4948d0c445c9095ff8486e9abcb7ac4 (patch) | |
tree | 8457711cdb03871f17b9c1efe8af50b44cec833b /extra/xorg-util-macros/build | |
parent | dcfb7a55ed9f5a41af396ae41d8327d5da348667 (diff) | |
download | repository-b70d8ce3b4948d0c445c9095ff8486e9abcb7ac4.tar.gz |
xorg-util-macros: move to extra
Diffstat (limited to 'extra/xorg-util-macros/build')
-rwxr-xr-x | extra/xorg-util-macros/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/xorg-util-macros/build b/extra/xorg-util-macros/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/xorg-util-macros/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |