Blame lolcat-Makefile.patch

6a54fe4
--- lolcat-1.0/Makefile.orig	2018-12-02 05:37:59.000000001 +0100
6a54fe4
+++ lolcat-1.0/Makefile	2019-08-26 15:53:44.367454810 +0200
6a54fe4
@@ -17,8 +17,8 @@
6a54fe4
 	$(CC) $(CFLAGS) -o $@ $^
6a54fe4
 
6a54fe4
 install: lolcat censor
6a54fe4
-	install lolcat $(DESTDIR)/lolcat
6a54fe4
-	install censor $(DESTDIR)/censor
6a54fe4
+	$(INSTALL) lolcat $(DESTDIR)/lolcat
6a54fe4
+	$(INSTALL) censor $(DESTDIR)/censor
6a54fe4
 
6a54fe4
 clean:
6a54fe4
 	rm -f lolcat censor