aboutsummaryrefslogtreecommitdiff
path: root/extra/libXxf86vm/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
commit968a7a3c3473e7ac13c7e6ae300e0618040ec944 (patch)
tree93b35c63d3e71847e8ddbec1be255c5c1f93ddad /extra/libXxf86vm/build
parent3a3efdbde1f75e8e33ab101e18b93709eecbb378 (diff)
downloadrepository-968a7a3c3473e7ac13c7e6ae300e0618040ec944.tar.gz
libXxf86vm: move to extra
Diffstat (limited to 'extra/libXxf86vm/build')
-rwxr-xr-xextra/libXxf86vm/build7
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