summaryrefslogtreecommitdiff
path: root/st/Makefile
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 /st/Makefile
parent0dc134c173dbe12362c650b2694a600814160a40 (diff)
Fixed problem where st wouldn't install
Diffstat (limited to 'st/Makefile')
-rw-r--r--st/Makefile2
1 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