summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-14 22:15:13 -0600
committerJeff Carr <[email protected]>2024-12-14 22:15:13 -0600
commitedfa36b419e0be1a46ee8150e408b08ef381ed02 (patch)
tree3f59bc2b644c4be38d984dd1c855bfd51eef07fe /build
parentdbc9206065c47746e1ee493d3a1d9c48306584b2 (diff)
Diffstat (limited to 'build')
-rwxr-xr-xbuild16
1 files changed, 2 insertions, 14 deletions
diff --git a/build b/build
index 4b65076..2066176 100755
--- a/build
+++ b/build
@@ -1,18 +1,6 @@
#!/bin/bash -x
-make -C ../../toolkits/nocui
-make -C ../../toolkits/gocui
-make -C ../../toolkits/andlabs
-make -C ../../toolkits/pixelgl
+# make build
mkdir -p files/usr/lib/go-gui
-cp ../../toolkits/*.so files/usr/lib/go-gui/
-
-# add the sources list file here until
-# there is a seperate package for this
-mkdir -p files/etc/apt/sources.list.d/
-cp resources/wit.list files/etc/apt/sources.list.d/
-
-# add the key for the wit repo
-mkdir -p files/etc/apt/trusted.gpg.d/
-cp resources/wit-public-key.asc files/etc/apt/trusted.gpg.d/
+cp ~/go/lib/go-gui/*.so files/usr/lib/go-gui/