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