summaryrefslogtreecommitdiff
path: root/data/x11/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/x11/make.sh')
-rw-r--r--data/x11/make.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/x11/make.sh b/data/x11/make.sh
new file mode 100644
index 000000000..d97871b34
--- /dev/null
+++ b/data/x11/make.sh
@@ -0,0 +1,7 @@
+pkg:extract
+cd *
+pkg:configure --enable-malloc0returnsnull
+gcc -c -o src/util/makekeys-makekeys.o src/util/makekeys.c
+gcc -o src/util/makekeys src/util/makekeys-makekeys.o
+make
+pkg:install