summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-05-11 10:31:00 -0500
committerstkhan <personal@slickd.xyz>2021-05-11 10:31:00 -0500
commit32266087d52ef656cc03ce71a1e2f62eb7ed2d18 (patch)
treebb3182a815919632e5c08714e13e41d99a5f1bb7
parent0dc134c173dbe12362c650b2694a600814160a40 (diff)
Fixed problem where st wouldn't install
-rw-r--r--st/Makefile2
-rw-r--r--st/boxdraw.obin0 -> 7760 bytes
-rw-r--r--st/hb.obin0 -> 4600 bytes
-rwxr-xr-xst/stbin0 -> 120776 bytes
-rw-r--r--st/st.obin0 -> 79008 bytes
-rw-r--r--st/x.obin0 -> 88160 bytes
6 files changed, 0 insertions, 2 deletions
diff --git a/st/Makefile b/st/Makefile
index 0e9d2d9..02045f0 100644
--- a/st/Makefile
+++ b/st/Makefile
@@ -40,8 +40,6 @@ dist: clean
rm -rf st-$(VERSION)
install: st
- git submodule init
- git submodule update
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f st $(DESTDIR)$(PREFIX)/bin
cp -f st-copyout $(DESTDIR)$(PREFIX)/bin
diff --git a/st/boxdraw.o b/st/boxdraw.o
new file mode 100644
index 0000000..7c994cd
--- /dev/null
+++ b/st/boxdraw.o
Binary files differ
diff --git a/st/hb.o b/st/hb.o
new file mode 100644
index 0000000..62fbbda
--- /dev/null
+++ b/st/hb.o
Binary files differ
diff --git a/st/st b/st/st
new file mode 100755
index 0000000..975853f
--- /dev/null
+++ b/st/st
Binary files differ
diff --git a/st/st.o b/st/st.o
new file mode 100644
index 0000000..2e90262
--- /dev/null
+++ b/st/st.o
Binary files differ
diff --git a/st/x.o b/st/x.o
new file mode 100644
index 0000000..c13f536
--- /dev/null
+++ b/st/x.o
Binary files differ