about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/st/lukesmithxyz-st/0000-makefile-fix-install.diff
blob: f451297dffa9dece9558903b9242bb7bb84b1269 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Naur old/Makefile new/Makefile
--- old/Makefile	1969-12-31 21:00:01.000000000 -0300
+++ new/Makefile	2021-09-06 00:10:26.972466947 -0300
@@ -40,8 +40,8 @@
 	rm -rf st-$(VERSION)
 
 install: st
-	git submodule init
-	git submodule update
+#	git submodule init
+#	git submodule update
 	mkdir -p $(DESTDIR)$(PREFIX)/bin
 	cp -f st $(DESTDIR)$(PREFIX)/bin
 	cp -f st-copyout $(DESTDIR)$(PREFIX)/bin