biome: 1.9.2 -> 1.9.3 (#349335)
[NixPkgs.git] / pkgs / applications / terminal-emulators / st / lukesmithxyz-st / 0000-makefile-fix-install.diff
blobf451297dffa9dece9558903b9242bb7bb84b1269
1 diff -Naur old/Makefile new/Makefile
2 --- old/Makefile 1969-12-31 21:00:01.000000000 -0300
3 +++ new/Makefile 2021-09-06 00:10:26.972466947 -0300
4 @@ -40,8 +40,8 @@
5 rm -rf st-$(VERSION)
7 install: st
8 - git submodule init
9 - git submodule update
10 +# git submodule init
11 +# git submodule update
12 mkdir -p $(DESTDIR)$(PREFIX)/bin
13 cp -f st $(DESTDIR)$(PREFIX)/bin
14 cp -f st-copyout $(DESTDIR)$(PREFIX)/bin