From 06ccd3d0b042ce41011fafd5172e54b4f4d4085a Mon Sep 17 00:00:00 2001 From: depsterr Date: Sun, 5 Jul 2020 05:54:14 +0200 Subject: [PATCH] Makefile: removed space between m flag and mode because of portability --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd750f2..6ec291d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: @echo RUN \'make install\' to install pfetch install: - @install -Dm 755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch + @install -Dm755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch uninstall: @rm -f $(DESTDIR)$(PREFIX)/bin/pfetch